Stage 06.2 - system settings navigation and product information screens
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
# app/src/core/constants.py
|
||||
|
||||
APP_NAME = "Dzentra Bot"
|
||||
APP_VERSION = "2.0.0"
|
||||
APP_VERSION = "2.0.0"
|
||||
@@ -183,8 +183,8 @@ def build_system_text(*, include_updated_at: bool = False) -> str:
|
||||
|
||||
text = (
|
||||
"<b>🖥️ Система</b>\n"
|
||||
f"🔸 <b>{snapshot.mode_label}</b>\n"
|
||||
f"⏱️ {snapshot.timezone_name}\n\n"
|
||||
f"🔸 <b>{snapshot.mode_label}</b>\n\n"
|
||||
# f"⏱️ {snapshot.timezone_name}\n\n"
|
||||
f"{components_block}"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user