We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee86081 commit c6f6d86Copy full SHA for c6f6d86
lnxlink/modules/watch_changes.py
@@ -11,7 +11,7 @@ class Addon:
11
12
def __init__(self, lnxlink):
13
"""Setup addon"""
14
- self.name = "LNXlink update"
+ self.name = "Watch Changes"
15
self.lnxlink = lnxlink
16
self.last_time = 0
17
self.last_updated = os.path.getmtime(self.lnxlink.config_path)
0 commit comments