mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove context shell load codes and change image cache path
This commit is contained in:
parent
7e11c319e7
commit
6d3f3985a2
2 changed files with 1 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue