feat: print version number when loading

This commit is contained in:
aclist 2026-05-18 21:18:54 +09:00
parent 0a84c20d1d
commit 7b5d99c34b

View File

@ -89,6 +89,8 @@ def main() -> None:
version = get_version()
set_locale()
print(f"{APP_NAME} {version}")
# NOTE: consider aborting this check if steam deck
xdg_paths = get_xdg_paths()
XDG = parse_filepaths(xdg_paths)