Merge branch 'Plasma/5.12'
This commit is contained in:
commit
a2b82d3583
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue