コード例 #1
0
 def closeEvent(self, event):
     global config
     global running
     utils.json_exit_routine(SETTINGS_FILE, self.config)
     running = False
コード例 #2
0
 def closeEvent(self, event):
     global config
     global running
     if not boot_sequence:
         utils.json_exit_routine(json_file, config)
     running = False
コード例 #3
0
 def closeEvent(self, event):
     global config
     global running
     if not boot_sequence:
         utils.json_exit_routine(json_file, config)
     running = False