Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Fix: Resetting all settings if Perf.tab is not loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
hakandundar34coding committed Mar 27, 2023
1 parent adefce2 commit 9a0fb61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SettingsGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,8 @@ def on_button2004_clicked(self, widget):
pass

# Reset selected device on the list between Performance tab sub-tab list.
MainGUI.main_gui_device_selection_list_func()
if Config.performance_tab_current_sub_tab != -1:
MainGUI.main_gui_device_selection_list_func()

# Apply changes immediately (without waiting update interval).
self.settings_gui_apply_settings_immediately_func()
Expand Down

0 comments on commit 9a0fb61

Please sign in to comment.