mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
quicksettings/screenrotation: Ensure save
Ensures that https://invent.kde.org/plasma/plasma-mobile/-/merge_requests/390 saves the setting
This commit is contained in:
parent
eeac29914a
commit
5b429b49d1
1 changed files with 3 additions and 0 deletions
|
|
@ -59,6 +59,9 @@ void ScreenRotationUtil::setAutoScreenRotationEnabled(bool value)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
auto setop = new KScreen::SetConfigOperation(m_config, this);
|
||||||
|
setop->exec();
|
||||||
|
|
||||||
Q_EMIT autoScreenRotationEnabledChanged();
|
Q_EMIT autoScreenRotationEnabledChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue