Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Woutah/MLQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
Woutah committed Aug 24, 2023
2 parents 467a01b + 2aa418e commit 232304e
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 232304e

Please sign in to comment.