mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
settings_re5
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user