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

Method appIndicatorChannel

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

Source from the content-addressed store, hash-verified

909
910 # Show the program window and select channels tab
911 def appIndicatorChannel(self):
912 self.appIndicatorShow()
913 self.ui.tabWidget.setCurrentIndex(
914 self.ui.tabWidget.indexOf(self.ui.chans)
915 )
916
917 def updateUnreadStatus(self, widget, row, msgid, unread=True):
918 """

Callers

nothing calls this directly

Calls 1

appIndicatorShowMethod · 0.95

Tested by

no test coverage detected