Uppercase GNIZA in logo and app title

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
shuki
2026-03-06 05:01:28 +02:00
parent c5f6e8be5c
commit b0465c0877
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ from tui.screens.wizard import WizardScreen
class GnizaApp(App): class GnizaApp(App):
TITLE = "gniza - Linux Backup Manager" TITLE = "GNIZA - Linux Backup Manager"
CSS_PATH = "gniza.tcss" CSS_PATH = "gniza.tcss"
SCREENS = { SCREENS = {

View File

@@ -23,7 +23,7 @@ LOGO = """\
▓▓▓▓▓▓ ▓▓▓▓▓▓
▓▓ ▓▓
[/green] [/green]
gniza - Linux Backup Manager GNIZA - Linux Backup Manager
""" """
MENU_ITEMS = [ MENU_ITEMS = [