mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Add log for storage crashing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user