some work done on character sheets
This commit is contained in:
@@ -33,6 +33,7 @@ if __name__ == "__main__":
|
||||
elif sys.platform.startswith("darwin"): # macos
|
||||
storage_dir = pathlib.Path(os.environ["HOME"]) / "Library/Application Support/seagull"
|
||||
else:
|
||||
# TODO: check if XDG env vars are set and prioritize those
|
||||
storage_dir = pathlib.Path(os.environ["HOME"]) / ".local/share/seagull"
|
||||
desktop.path_storagedir = storage_dir
|
||||
|
||||
|
Reference in New Issue
Block a user