mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
[PT runner] Misplaced 'return' statement fix (#7202)
This commit is contained in:
@@ -100,9 +100,9 @@ std::optional<std::wstring> dispatch_json_action_to_module(const json::JsonObjec
|
|||||||
const auto element = powertoy_element.Value().Stringify();
|
const auto element = powertoy_element.Value().Stringify();
|
||||||
modules().at(name)->call_custom_action(element.c_str());
|
modules().at(name)->call_custom_action(element.c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
void send_json_config_to_module(const std::wstring& module_key, const std::wstring& settings)
|
void send_json_config_to_module(const std::wstring& module_key, const std::wstring& settings)
|
||||||
|
|||||||
Reference in New Issue
Block a user