Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
allow turning mute off while stealth is on
  • Loading branch information
Nick2bad4u committed Apr 11, 2024
1 parent 32c01c2 commit abe5d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def update_layout(self):
self.window['auto_stop_frequency'].update(disabled=True)
self.window['auto_stop_duration'].update(disabled=True)
if self.window['stealth'].get():
self.window['mute'].update(True, disabled=True)
self.window['mute'].update(False, disabled=False)
else:
self.window['mute'].update(disabled=False)

Expand Down

0 comments on commit abe5d56

Please sign in to comment.