hyprbars: recalc on detach

This commit is contained in:
vaxerski 2023-02-28 22:03:04 +00:00
parent 92b6ef6572
commit 5f48afd655

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;
}