mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-28 16:07:02 +01:00
Improved code readability, consistency, and formatting across multiple files: - Updated `expect.txt` placeholders and entries for `customaction`, `Dxva`, and `svchost`. - Fixed a minor XML documentation formatting issue in `MonitorStateManager.cs`. - Reformatted `TextBlock` in `IdentifyWindow.xaml` for better alignment. - Cleaned up `MainWindow.xaml` by removing duplicate `xmlns` declarations, consolidating attributes, and improving clarity in `ProfilesButton`. - Refactored `LightSwitchPage.xaml`: - Improved indentation and alignment in `SettingsExpander` and `SettingsCard`. - Reintroduced and reformatted "Force mode now" and location settings sections. - Enhanced `LocationResultPanel` with sunrise/sunset tooltips. - Organized `PowerDisplayPage.xaml` by deduplicating `xmlns` declarations and consolidating `SettingsCard` attributes. These changes enhance maintainability, readability, and adherence to coding standards.