From b0465c0877ca4a495751b199d6a1c421bca8d8bd Mon Sep 17 00:00:00 2001 From: shuki Date: Fri, 6 Mar 2026 05:01:28 +0200 Subject: [PATCH] Uppercase GNIZA in logo and app title Co-Authored-By: Claude Opus 4.6 --- tui/app.py | 2 +- tui/screens/main_menu.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tui/app.py b/tui/app.py index 7209ecb..81adbcd 100644 --- a/tui/app.py +++ b/tui/app.py @@ -19,7 +19,7 @@ from tui.screens.wizard import WizardScreen class GnizaApp(App): - TITLE = "gniza - Linux Backup Manager" + TITLE = "GNIZA - Linux Backup Manager" CSS_PATH = "gniza.tcss" SCREENS = { diff --git a/tui/screens/main_menu.py b/tui/screens/main_menu.py index d346c95..e19d59b 100644 --- a/tui/screens/main_menu.py +++ b/tui/screens/main_menu.py @@ -23,7 +23,7 @@ LOGO = """\ ▓▓▓▓▓▓ ▓▓ [/green] -gniza - Linux Backup Manager +GNIZA - Linux Backup Manager """ MENU_ITEMS = [