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

Method appIndicatorShow

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

Source from the content-addressed store, hash-verified

844
845 # show the application window
846 def appIndicatorShow(self):
847 if self.actionShow is None:
848 return
849 if not self.actionShow.isChecked():
850 self.actionShow.setChecked(True)
851 self.appIndicatorShowOrHideWindow()
852
853 # unchecks the show item on the application indicator
854 def appIndicatorHide(self):

Callers 5

appIndicatorInboxMethod · 0.95
appIndicatorSendMethod · 0.95
appIndicatorSubscribeMethod · 0.95
appIndicatorChannelMethod · 0.95
on_new_connectionMethod · 0.80

Calls 1

Tested by

no test coverage detected