mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
fixed first shortcut creation
This commit is contained in:
parent
d9eb85d542
commit
0b75bb1820
@ -97,7 +97,7 @@ def manifest_file(rel_path):
|
||||
|
||||
def create_shortcut_first(c):
|
||||
if not c.get("shortcut_created", False):
|
||||
create_shortcut()
|
||||
create_shortcut(False)
|
||||
c.set("shortcut_created", True)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user