mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 10:44:46 +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) {
|
if (taskSwitcher.visibility == Window.Hidden && taskSwitcher.offset > -taskSwitcher.height + units.gridUnit && taskSwitcher.tasksCount) {
|
||||||
taskSwitcher.visible = true;
|
taskSwitcher.visible = true;
|
||||||
}
|
}
|
||||||
plasmoid.nativeInterface.requestShowingDesktop(true);
|
plasmoid.nativeInterface.showDesktop = true;
|
||||||
}
|
}
|
||||||
onReleased: {
|
onReleased: {
|
||||||
if (!isDragging) {
|
if (!isDragging) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue