hyprbars: recalc on detach

This commit is contained in:
vaxerski 2023-02-28 22:03:04 +00:00
parent 92b6ef6572
commit 5f48afd655
1 changed files with 2 additions and 1 deletions

View File

@ -49,5 +49,6 @@ APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) {
}
APICALL EXPORT void PLUGIN_EXIT() {
;
for (auto& m : g_pCompositor->m_vMonitors)
m->scheduledRecalc = true;
}