mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Remove context shell load codes and change image cache path
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Wox.ImageLoader
|
||||
|
||||
protected override string ConfigFolder
|
||||
{
|
||||
get { return Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location); }
|
||||
get { return Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "Config"); }
|
||||
}
|
||||
|
||||
protected override string ConfigName
|
||||
|
||||
@@ -272,7 +272,6 @@ namespace Wox
|
||||
InitProgressbarAnimation();
|
||||
WindowIntelopHelper.DisableControlBox(this);
|
||||
CheckUpdate();
|
||||
new ShellContextMenuManager().GetContextMenus(@"c:\Windows\write.exe");
|
||||
}
|
||||
|
||||
private double GetWindowsLeft()
|
||||
|
||||
Reference in New Issue
Block a user