introduction of items
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user