mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 20:45:58 +01:00
events: bring back accidentally nuked preConfigReload
This commit is contained in:
parent
030ed27cc8
commit
86be75dd97
1 changed files with 1 additions and 0 deletions
|
@ -573,6 +573,7 @@ std::string CConfigManager::getMainConfigPath() {
|
|||
}
|
||||
|
||||
void CConfigManager::reload() {
|
||||
EMIT_HOOK_EVENT("preConfigReload", nullptr);
|
||||
setDefaultAnimationVars();
|
||||
resetHLConfig();
|
||||
configCurrentPath = getMainConfigPath();
|
||||
|
|
Loading…
Reference in a new issue