fix opensettings call pattern

This commit is contained in:
vanzue
2025-12-04 12:23:03 +08:00
parent a2df9236cc
commit 89bee310b2

View File

@@ -336,7 +336,7 @@ namespace Microsoft.PowerToys.Settings.UI
});
#else
/* If we try to run Settings as a standalone app, it will start PowerToys.exe if not running and open Settings again through it in the Dashboard page. */
Common.UI.SettingsDeepLink.OpenSettings(Common.UI.SettingsDeepLink.SettingsWindow.Dashboard, true);
Common.UI.SettingsDeepLink.OpenSettings(Common.UI.SettingsDeepLink.SettingsWindow.Dashboard);
Exit();
#endif
}