pygui some cleanup for dialog constructors to avoid passing duplicate parameters in most cases
This commit is contained in:
parent
185c6736b3
commit
1d620a0b17
42 changed files with 143 additions and 209 deletions
|
@ -65,7 +65,7 @@ class StatusBar(ttk.Frame):
|
|||
self.alerts_button.grid(row=0, column=3, sticky="ew")
|
||||
|
||||
def click_alerts(self):
|
||||
dialog = AlertsDialog(self.app, self.app)
|
||||
dialog = AlertsDialog(self.app)
|
||||
dialog.show()
|
||||
|
||||
def set_status(self, message: str):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue