mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Add shell context [WIP]
This commit is contained in:
@@ -24,6 +24,7 @@ using Wox.Helper;
|
||||
using Wox.Infrastructure;
|
||||
using Wox.Infrastructure.Hotkey;
|
||||
using Wox.Plugin;
|
||||
using Wox.ShellContext;
|
||||
using Wox.Storage;
|
||||
using ContextMenu = System.Windows.Forms.ContextMenu;
|
||||
using DataFormats = System.Windows.DataFormats;
|
||||
@@ -278,6 +279,7 @@ namespace Wox
|
||||
InitProgressbarAnimation();
|
||||
WindowIntelopHelper.DisableControlBox(this);
|
||||
CheckUpdate();
|
||||
new ShellContextMenuManager().GetContextMenus(@"c:\Windows\write.exe");
|
||||
}
|
||||
|
||||
private void CheckUpdate()
|
||||
|
||||
Reference in New Issue
Block a user