예제 #1
0
파일: statusbar.py 프로젝트: montag451/core
 def click_alerts(self):
     dialog = AlertsDialog(self.app, self.app)
     dialog.show()
예제 #2
0
 def click_alerts(self) -> None:
     dialog = AlertsDialog(self.app)
     dialog.show()