introduction of items

This commit is contained in:
2025-07-31 11:28:09 -07:00
parent 68ef7c1591
commit eb9e9476ef
10 changed files with 133 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ import webview
import flask
from pylocal import core, desktop, dev, tick
from pylocal import core, desktop, dev, items, tick
core.desktop_mode = True
sig_exit = threading.Event()
@@ -34,7 +34,7 @@ if __name__ == "__main__":
storage_dir = pathlib.Path(os.environ["HOME"]) / "Library/Application Support/seagull"
else:
storage_dir = pathlib.Path(os.environ["HOME"]) / ".local/share/seagull"
desktop.path_storagedir = pathlib.Path(storage_dir)
desktop.path_storagedir = storage_dir
if argo.debug:
desktop.api.debug_mode = True