Add log for storage crashing

This commit is contained in:
qianlifeng
2015-02-10 23:48:09 +08:00
parent e767cee4c0
commit 815d911143
4 changed files with 5 additions and 9 deletions

View File

@@ -130,14 +130,7 @@ namespace Wox.Core.UserSettings
OpacityMode = OpacityMode.Normal;
LeaveCmdOpen = false;
HideWhenDeactive = false;
CustomPluginHotkeys = new List<CustomPluginHotkey>()
{
new CustomPluginHotkey()
{
ActionKeyword = "history ",
Hotkey = "Alt + H"
}
};
CustomPluginHotkeys = new List<CustomPluginHotkey>();
return this;
}