mirror of
https://github.com/aclist/dztui.git
synced 2026-08-28 18:57:12 +02:00
feat: print version number when loading
This commit is contained in:
parent
0a84c20d1d
commit
7b5d99c34b
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user