From 6d3f3985a27a2c55edd952f6c8610e909175bbb3 Mon Sep 17 00:00:00 2001 From: qianlifeng Date: Sat, 7 Mar 2015 16:30:54 +0800 Subject: [PATCH] Remove context shell load codes and change image cache path --- Wox/ImageLoader/ImageCacheStroage.cs | 2 +- Wox/MainWindow.xaml.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Wox/ImageLoader/ImageCacheStroage.cs b/Wox/ImageLoader/ImageCacheStroage.cs index 1691a89a98..21dd028d66 100644 --- a/Wox/ImageLoader/ImageCacheStroage.cs +++ b/Wox/ImageLoader/ImageCacheStroage.cs @@ -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 diff --git a/Wox/MainWindow.xaml.cs b/Wox/MainWindow.xaml.cs index f300bf74d1..5208937329 100644 --- a/Wox/MainWindow.xaml.cs +++ b/Wox/MainWindow.xaml.cs @@ -272,7 +272,6 @@ namespace Wox InitProgressbarAnimation(); WindowIntelopHelper.DisableControlBox(this); CheckUpdate(); - new ShellContextMenuManager().GetContextMenus(@"c:\Windows\write.exe"); } private double GetWindowsLeft()