mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-08-24 10:04:19 -05:00
config: always call refresh after config reload (#14346)
This commit is contained in:
@@ -1056,8 +1056,7 @@ void CConfigManager::postConfigReload(const Hyprlang::CParseResult& result) {
|
||||
// update plugins
|
||||
handlePluginLoads();
|
||||
|
||||
if (!m_isFirstLaunch)
|
||||
Config::Supplementary::refresher()->scheduleRefresh(Supplementary::REFRESH_ALL);
|
||||
Config::Supplementary::refresher()->scheduleRefresh(Supplementary::REFRESH_ALL);
|
||||
|
||||
Event::bus()->m_events.config.reloaded.emit();
|
||||
if (g_pEventManager)
|
||||
|
||||
@@ -562,8 +562,7 @@ void CConfigManager::postConfigReload() {
|
||||
|
||||
handlePluginLoads();
|
||||
|
||||
if (!m_isFirstLaunch)
|
||||
Config::Supplementary::refresher()->scheduleRefresh(Supplementary::REFRESH_ALL);
|
||||
Config::Supplementary::refresher()->scheduleRefresh(Supplementary::REFRESH_ALL);
|
||||
|
||||
Event::bus()->m_events.config.reloaded.emit();
|
||||
if (g_pEventManager)
|
||||
|
||||
Reference in New Issue
Block a user