Merge branch 'Plasma/5.12'

This commit is contained in:
Roman Gilg 2018-03-27 09:52:54 +02:00
commit a2b82d3583

View file

@ -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) {