settings_re5

This commit is contained in:
lincube
2026-03-14 13:36:18 +08:00
parent 5fdaa2539b
commit e8be0f0576
24 changed files with 993 additions and 321 deletions

View File

@@ -41,6 +41,9 @@ public sealed partial class SettingsWindowViewModel : ViewModelBase
[ObservableProperty]
private string _currentPageTitle = string.Empty;
[ObservableProperty]
private bool _isPageTitleVisible = true;
[ObservableProperty]
private string? _currentPageDescription;
@@ -636,7 +639,7 @@ public sealed partial class AppearanceSettingsPageViewModel : ViewModelBase
private void RefreshLocalizedText()
{
PageTitle = L("settings.appearance.title", "Appearance");
PageDescription = L("settings.appearance.description", "Theme, wallpaper, and status bar presentation.");
PageDescription = L("settings.appearance.description", "Theme and status bar presentation.");
ThemeHeader = L("settings.appearance.theme_header", "Theme");
NightModeLabel = L("settings.color.enable_night_mode_toggle", "Enable night mode");
UseSystemChromeLabel = L("settings.color.use_system_chrome_toggle", "Use system window chrome");