Skip to content

Commit

Permalink
Merge pull request #5 from Woutah/Version-0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Woutah authored Aug 24, 2023
2 parents 8c4927c + 42db482 commit 2aa418e
Show file tree
Hide file tree
Showing 6 changed files with 202 additions and 133 deletions.
2 changes: 1 addition & 1 deletion configurun/app/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,8 +663,8 @@ def load_from_file(self,
if ret == QtWidgets.QMessageBox.StandardButton.No:
return False

self._cur_file_path = new_path
self.set_source(OptionsSource.FILE)
self._cur_file_path = new_path
self._config_file_picker_model.set_highlight_using_path(self._cur_file_path) #Also update the highlight path
try:
if new_path:
Expand Down
Loading

0 comments on commit 2aa418e

Please sign in to comment.