[Shortcut Guide] Move into separate process (#11359)

This commit is contained in:
Mykhailo Pylyp
2021-05-20 15:07:34 +03:00
committed by GitHub
parent c948c1fca8
commit 601da71f15
114 changed files with 2346 additions and 1771 deletions

View File

@@ -40,7 +40,7 @@ json::JsonObject get_power_toys_settings()
}
catch (...)
{
Logger::error("get_power_toys_settings: got malformed json");
Logger::error(L"get_power_toys_settings(): got malformed json for {} module", name);
}
}
return result;
@@ -139,6 +139,7 @@ void send_json_config_to_module(const std::wstring& module_key, const std::wstri
{
moduleIt->second->set_config(settings.c_str());
moduleIt->second.update_hotkeys();
moduleIt->second.UpdateHotkeyEx();
}
}