(self)
| 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( |
no test coverage detected