MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / appIndicatorSubscribe

Method appIndicatorSubscribe

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

Source from the content-addressed store, hash-verified

902
903 # Show the program window and select subscriptions tab
904 def appIndicatorSubscribe(self):
905 self.appIndicatorShow()
906 self.ui.tabWidget.setCurrentIndex(
907 self.ui.tabWidget.indexOf(self.ui.subscriptions)
908 )
909
910 # Show the program window and select channels tab
911 def appIndicatorChannel(self):

Callers

nothing calls this directly

Calls 1

appIndicatorShowMethod · 0.95

Tested by

no test coverage detected