MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / appIndicatorHide

Method appIndicatorHide

src/bitmessageqt/__init__.py:854–859  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

852
853 # unchecks the show item on the application indicator
854 def appIndicatorHide(self):
855 if self.actionShow is None:
856 return
857 if self.actionShow.isChecked():
858 self.actionShow.setChecked(False)
859 self.appIndicatorShowOrHideWindow()
860
861 def appIndicatorSwitchQuietMode(self):
862 BMConfigParser().set(

Callers 1

closeEventMethod · 0.95

Calls 1

Tested by

no test coverage detected