diff --git a/hackertray/appindicator_replacement.py b/hackertray/appindicator_replacement.py index 357b782..0a0ab72 100644 --- a/hackertray/appindicator_replacement.py +++ b/hackertray/appindicator_replacement.py @@ -83,6 +83,9 @@ class Indicator: else: self.icon.set_from_file(self.active_icon) + def set_label(self, label): + return + def set_icon(self, icon): # Set the new icon