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 38b306e commit e32ef31Copy full SHA for e32ef31
src/windows/launcher.py
@@ -30,8 +30,7 @@ def __init__(
30
)
31
32
def get_data(self: Self) -> str:
33
- default_template: str = '{"projects": []}'
34
- return self.app_data.fetch_data("launcher.json") or default_template
+ return self.app_data.fetch_data("launcher.json") or ""
35
36
def store_data(self: Self, data: str) -> bool:
37
return self.app_data.store_data("launcher.json", data)
0 commit comments