diff --git a/colorcorrection/manager.cpp b/colorcorrection/manager.cpp index 6ef02aa11e..19c506b9b7 100644 --- a/colorcorrection/manager.cpp +++ b/colorcorrection/manager.cpp @@ -71,6 +71,8 @@ void Manager::init() return; } + connect(Screens::self(), &Screens::countChanged, this, &Manager::hardReset); + connect(LogindIntegration::self(), &LogindIntegration::sessionActiveChanged, this, [this](bool active) { if (active) {