Skip to content

Commit

Permalink
set discover/broadcast slave variables to False before exit
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishka-linux committed Jun 30, 2018
1 parent e07f5ad commit 27428cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kawaii_player/kawaii_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -14442,7 +14442,9 @@ def main():

"""Starting of Final code which will be Executed just before
Application Quits"""

ui.discover_server = False
ui.discover_slaves = False
ui.broadcast_server = False
if ui.dockWidget_3.isHidden() or ui.auto_hide_dock:
dock_opt = 0
else:
Expand Down

0 comments on commit 27428cf

Please sign in to comment.