mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 04:37:30 +02:00
Replace DelayInvoke with Task + Async
This commit is contained in:
@@ -126,14 +126,6 @@
|
||||
<Compile Include="Helper\ListBoxItems.cs" />
|
||||
<Compile Include="Helper\SingletonWindowOpener.cs" />
|
||||
<Compile Include="ImageLoader\ImageCacheStroage.cs" />
|
||||
<Compile Include="ShellContext\ShellContextMenuManager.cs" />
|
||||
<Compile Include="ShellContext\ShellAPI.cs" />
|
||||
<Compile Include="ShellContext\Enums.cs" />
|
||||
<Compile Include="ShellContext\Guids.cs" />
|
||||
<Compile Include="ShellContext\IContextMenu.cs" />
|
||||
<Compile Include="ShellContext\IEnumIDList.cs" />
|
||||
<Compile Include="ShellContext\IShellFolder.cs" />
|
||||
<Compile Include="ShellContext\Structs.cs" />
|
||||
<Compile Include="Storage\QueryHistoryStorage.cs" />
|
||||
<Compile Include="Storage\TopMostRecordStorage.cs" />
|
||||
<Compile Include="Storage\UserSelectedRecordStorage.cs" />
|
||||
@@ -163,7 +155,6 @@
|
||||
<Compile Include="CustomQueryHotkeySetting.xaml.cs">
|
||||
<DependentUpon>CustomQueryHotkeySetting.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Helper\DispatcherExtensions.cs" />
|
||||
<Compile Include="Helper\DWMDropShadow.cs" />
|
||||
<Compile Include="HotkeyControl.xaml.cs">
|
||||
<DependentUpon>HotkeyControl.xaml</DependentUpon>
|
||||
|
||||
Reference in New Issue
Block a user