Skip to content

Commit

Permalink
Fix about dialog called from indicator (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbasu authored Feb 19, 2024
1 parent bd94748 commit 52a6f34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ThemeManager/indicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,9 @@ def show_logs(self, signal, widget):
loggerwindow = LoggerWindow(widget)
loggerwindow.show()

def open_about(self, widget):
def open_about(self, signal, widget):
about_window = AboutWindow(widget)
about_window.show()

def __quit(self, *args):
Gtk.main_quit()

0 comments on commit 52a6f34

Please sign in to comment.