start: init start-hyprland and safe mode (#12484)

This commit is contained in:
Vaxry 2025-12-05 15:40:03 +00:00 committed by GitHub
parent ec6756f961
commit 016eb7a23d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 550 additions and 28 deletions

View file

@ -36,6 +36,13 @@ namespace I18n {
TXT_KEY_NOTIF_FAILED_TO_LOAD_PLUGIN,
TXT_KEY_NOTIF_CM_RELOAD_FAILED,
TXT_KEY_NOTIF_WIDE_COLOR_NOT_10B,
TXT_KEY_NOTIF_NO_WATCHDOG,
TXT_KEY_SAFE_MODE_TITLE,
TXT_KEY_SAFE_MODE_DESCRIPTION,
TXT_KEY_SAFE_MODE_BUTTON_OPEN_CRASH_REPORT_DIR,
TXT_KEY_SAFE_MODE_BUTTON_LOAD_CONFIG,
TXT_KEY_SAFE_MODE_BUTTON_UNDERSTOOD,
};
class CI18nEngine {