fix typo in base.py

This commit is contained in:
MustafaJafar 2024-05-14 22:38:42 +03:00
parent 6fdce1f212
commit 2768fb7d68

View file

@ -1321,7 +1321,7 @@ class TrayAddonsManager(AddonsManager):
self.doubleclick_callback = None
def add_doubleclick_callback(self, addon, callback):
"""Register doubleclick callbacks on tray icon.
"""Register double-click callbacks on tray icon.
Currently, there is no way how to determine which is launched. Name of
callback can be defined with `doubleclick_callback` attribute.