Skip to content

Commit

Permalink
Fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kmchmk committed Sep 4, 2021
1 parent 7dc175c commit 7efb781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slt_usage_ubuntu.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def get_font_colour(self): # This doesn't support custom themes yet

class UbuntuSystemTrayIcon(SystemTrayIcon):
def start_tray_icon(self):
menu = pystray.Menu(pystray.MenuItem('Refresh', self.refresh, default=True),
menu = pystray.Menu(pystray.MenuItem('Refresh', self.display_value, default=True),
pystray.MenuItem('Full report', self.show_full_report),
pystray.MenuItem('Exit', self.exit_method),
pystray.MenuItem('Logout & exit', self.logout_and_exit))
Expand Down

0 comments on commit 7efb781

Please sign in to comment.