mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
Refactoring DelayInvoke
In MainWindow.xaml.cs, the reference of originQuery, lastQuery and tbQuery.Text are same, so remove originQuery is fine.
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Wox
|
||||
}
|
||||
|
||||
Dispatcher.DelayInvoke("HotkeyAvailabilityTest",
|
||||
o =>
|
||||
() =>
|
||||
{
|
||||
SetHotkey(hotkeyModel);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user