Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds support for a "colorful background" option in the application, improves the handling of color themes and font settings, and enhances localization resources with new strings for the settings page. The main changes include loading and applying the user's preference for colorful backgrounds, updating localization files to support new UI options, and reorganizing resource strings for clarity.
Application settings and logic:
App.xaml.csto load and apply the saved colorful background setting during app initialization, and introduced a helper methodLoadSavedColorfulBackgroundSettingfor this purpose. [1] [2]Localization improvements:
SettingsPageResources.Designer.csfor various color themes (e.g., Autumn, Mint, Navy), colorful background option, and detailed descriptions for font families and sizes, improving clarity and flexibility for UI settings. [1] [2] [3]SettingsPageResources.pl-PL.resxto include translations for the new color themes and background option, and reorganized resource entries for completeness. [1] [2] [3]Documentation and metadata:
SettingsPageResources.pl-PL.resxto clarify the resource file structure and usage.Minor corrections:
SettingsPageResources.Designer.cs.