Skip to content

Commit

Permalink
Fix about dialog called from indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbasu committed Feb 19, 2024
1 parent 1dbb94c commit 4049ba6
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 4049ba6

Please sign in to comment.