mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
code refactoring and add web searches setting window.
This commit is contained in:
@@ -80,7 +80,7 @@ namespace WinAlfred
|
||||
AddHandler(MouseLeftButtonUpEvent, new RoutedEventHandler((o, e) =>
|
||||
{
|
||||
Result.Action();
|
||||
SelectedRecords.Instance.AddSelect(result);
|
||||
CommonStorage.Instance.UserSelectedRecords.Add(result);
|
||||
if (!result.DontHideWinAlfredAfterSelect)
|
||||
{
|
||||
App.Window.HideApp();
|
||||
|
||||
Reference in New Issue
Block a user