mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-07 15:41:58 -07:00
config: don't emit reloaded event before eventManager is created
This commit is contained in:
@@ -1812,6 +1812,7 @@ void CConfigManager::loadConfigLoadVars() {
|
||||
handlePluginLoads();
|
||||
|
||||
EMIT_HOOK_EVENT("configReloaded", nullptr);
|
||||
if (g_pEventManager)
|
||||
g_pEventManager->postEvent(SHyprIPCEvent{"configreloaded", ""});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user