mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
open minimized settings from oobe (#11546)
This commit is contained in:
committed by
GitHub
parent
3b32116d36
commit
a8ff1c856c
@@ -24,6 +24,10 @@ namespace PowerToys.Settings
|
||||
{
|
||||
settingsWindow = new MainWindow();
|
||||
}
|
||||
else if (settingsWindow.WindowState == WindowState.Minimized)
|
||||
{
|
||||
settingsWindow.WindowState = WindowState.Normal;
|
||||
}
|
||||
|
||||
settingsWindow.Show();
|
||||
settingsWindow.NavigateToSection(type);
|
||||
|
||||
Reference in New Issue
Block a user