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 1be1a1d commit 17c584dCopy full SHA for 17c584d
inputscope/main.py
@@ -207,7 +207,7 @@ def start(self):
207
"""Sets the program to run at system startup."""
208
shortcut_path = self.get_shortcut_path()
209
target_path = conf.ExecutablePath
210
- workdir, icon = conf.ApplicationPath, conf.IconPath
+ workdir, icon = conf.ApplicationPath, conf.ShortcutIconPath
211
self.create_shortcut(shortcut_path, target_path, workdir, icon)
212
213
def stop(self):
0 commit comments