mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 23:25:57 +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() {
|
void CConfigManager::reload() {
|
||||||
|
EMIT_HOOK_EVENT("preConfigReload", nullptr);
|
||||||
setDefaultAnimationVars();
|
setDefaultAnimationVars();
|
||||||
resetHLConfig();
|
resetHLConfig();
|
||||||
configCurrentPath = getMainConfigPath();
|
configCurrentPath = getMainConfigPath();
|
||||||
|
|
Loading…
Reference in a new issue