Ejemplo n.º 1
0
 def closeEvent(self, event):
     global config
     global running
     utils.json_exit_routine(SETTINGS_FILE, self.config)
     running = False
Ejemplo n.º 2
0
 def closeEvent(self, event):
     global config
     global running
     if not boot_sequence:
         utils.json_exit_routine(json_file, config)
     running = False
Ejemplo n.º 3
0
 def closeEvent(self, event):
     global config
     global running
     if not boot_sequence:
         utils.json_exit_routine(json_file, config)
     running = False