示例#1
0
 def _toggle_window(self, library, window, player):
     from quodlibet import app
     if window.get_property('visible'):
         app.hide()
     else:
         app.show()
示例#2
0
 def _hide_window(self, library, window, player):
     from quodlibet import app
     app.hide()
示例#3
0
 def __hide_window(self):
     app.hide()
示例#4
0
 def __hide_window(self):
     app.hide()
     pconfig.set("window_visible", False)
示例#5
0
 def __hide_window(self):
     app.hide()
     pconfig.set("window_visible", False)
示例#6
0
 def __hide_window(self):
     app.hide()
     config.set("plugins", "icon_window_visible", "false")
示例#7
0
 def __hide_window(self):
     app.hide()
 def __hide_window(self):
     self.__first_map = False
     app.hide()
     config.set("plugins", "icon_window_visible", "false")
     return True
示例#9
0
 def __hide_window(self):
     app.hide()
     config.set("plugins", "icon_window_visible", "false")