fixed first shortcut creation

This commit is contained in:
Adam Saudagar 2020-10-13 23:53:27 +05:30
parent d9eb85d542
commit 0b75bb1820

View File

@ -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)