mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
requestShowingDesktop is not Q_INVOKABLE
errors--
This commit is contained in:
parent
4175765653
commit
c81bed39bc
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ PlasmaCore.ColorScope {
|
|||
if (taskSwitcher.visibility == Window.Hidden && taskSwitcher.offset > -taskSwitcher.height + units.gridUnit && taskSwitcher.tasksCount) {
|
||||
taskSwitcher.visible = true;
|
||||
}
|
||||
plasmoid.nativeInterface.requestShowingDesktop(true);
|
||||
plasmoid.nativeInterface.showDesktop = true;
|
||||
}
|
||||
onReleased: {
|
||||
if (!isDragging) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue