- Correct action for 'close overlay' button
This commit is contained in:
parent
d09bf0984a
commit
6f6b6731ea
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue