Example #1
0
 def toggleConsole(self):
     if self.console:
         notificationicon.hideConsole()
         self.console = False
     else:
         notificationicon.showConsole()
         self.console = True
Example #2
0
 def toggleConsole(self):
     if self.console:
         notificationicon.hideConsole()
         self.console = False
     else:
         notificationicon.showConsole()
         self.console = True