Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
make thermalmonitord check daemon modify
Browse files Browse the repository at this point in the history
  • Loading branch information
leminlimez committed Jan 13, 2025
1 parent e2c16bd commit 3576acf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,9 @@ def on_modifyDaemonsChk_clicked(self, checked: bool):

def on_thermalmonitordChk_clicked(self, checked: bool):
tweaks["Daemons"].set_multiple_values(Daemon.thermalmonitord.value, value=checked)
if checked:
# set the modify toggle checked so it actually applies
self.on_modifyDaemonsChk_clicked(True)
def on_otadChk_clicked(self, checked: bool):
tweaks["Daemons"].set_multiple_values(Daemon.OTA.value, value=checked)
def on_usageTrackingAgentChk_clicked(self, checked: bool):
Expand Down

0 comments on commit 3576acf

Please sign in to comment.