Merge branch 'feat/server-notebook' of github.com:aclist/dzgui-devel into feat/server-notebook

This commit is contained in:
aclist 2026-01-09 07:02:35 +09:00
commit 3d53ee7ea0

View File

@ -65,6 +65,10 @@ def main() -> None:
XDG = parse_filepaths(xdg_paths)
# TODO: ensure state path is created
# NOTE: required for logs to be written
if XDG.debug.is_file() is False:
XDG.debug.parent.mkdir(parents=True, exist_ok=True)
if has_new_config(XDG.config) is False:
migrate_legacy_conf(XDG.config)
migrate_cols_file(XDG.columns)