- Correct action for 'close overlay' button

This commit is contained in:
Trigg 2022-07-18 14:56:03 +00:00
parent d09bf0984a
commit 6f6b6731ea

View file

@ -550,7 +550,8 @@ class MainSettingsWindow():
def overview_close(self, button):
log.info("Quit pressed")
sys.exit(0)
with open(self.rpc_file, 'w') as f:
f.write('--rpc --close')
def voice_place_window(self, button):
if self.voice_placement_window: