[Shortcut Guide] Move into separate process (#11359)

This commit is contained in:
Mykhailo Pylyp
2021-05-20 15:07:34 +03:00
committed by GitHub
parent c948c1fca8
commit 601da71f15
114 changed files with 2346 additions and 1771 deletions

View File

@@ -78,12 +78,6 @@ namespace PowerToys.Settings
return Constants.ShowColorPickerSharedEvent();
});
OobeShellPage.SetShortcutGuideSharedEventCallback(() =>
{
NativeMethods.AllowSetForegroundWindow(PowerToys.Settings.Program.PowerToysPID);
return Constants.ShowShortcutGuideSharedEvent();
});
OobeShellPage.SetOpenMainWindowCallback((Type type) =>
{
((App)Application.Current).OpenSettingsWindow(type);