mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-09 10:18:03 +02:00
config: always call refresh after config reload (#14346)
This commit is contained in:
parent
f61ee4c25a
commit
6c2296722b
2 changed files with 2 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue