예제 #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
파일: main.py 프로젝트: robjoski/MasterGrid
 def close_settings(self, *largs):
     self.grid_disabled = False
     App.close_settings(self, largs)