示例#1
0
    def close_settings(self, *largs):
        # close the settings pages and shows the first page
        # (if we did not start the definition, just continue with ini..)

        # If initialisiation failed, maybe the user entered a different location for ORCA Files, so lets restart
        if not Globals.bInit:
            self.ReStart()

        if Globals.oWinOrcaSettings is None:
            return App.close_settings(self, *largs)

        Globals.oNotifications.SendNotification("closesetting_orca")
        return True
示例#2
0
 def close_settings(self, *largs):
     App.close_settings(self, *largs)
示例#3
0
文件: main.py 项目: kory75/Duplicator
	def closeSettingsScreen(self):		
		App.close_settings()
示例#4
0
 def close_settings(self, *largs):
     self.grid_disabled = False
     App.close_settings(self, largs)