mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
use the plamo import
This commit is contained in:
parent
3194b36952
commit
b99b093861
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ import org.kde.plasma.core 2.0 as PlasmaCore
|
|||
import org.kde.plasma.components 2.0 as PlasmaComponents
|
||||
import org.kde.kquickcontrolsaddons 2.0
|
||||
|
||||
import org.kde.plasma.private.minishell 2.0 as MiniShell
|
||||
import org.kde.plasma.private.mobileshell 2.0 as MobileShell
|
||||
|
||||
Item {
|
||||
id: root
|
||||
|
|
@ -84,7 +84,7 @@ Item {
|
|||
}
|
||||
}
|
||||
|
||||
MiniShell.FullScreenPanel {
|
||||
MobileShell.FullScreenPanel {
|
||||
id: expandedOverlay
|
||||
color: Qt.rgba(0, 0, 0, 0.5)
|
||||
visible: plasmoid.expanded
|
||||
|
|
|
|||
Loading…
Reference in a new issue