mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-23 13:33:50 +03:00
remove deprecated applet code
This commit is contained in:
parent
42dedca86f
commit
6dec2e378e
@ -229,8 +229,6 @@ Item {
|
||||
readonly property real screenGeometryHeightRatio: screenGeometry.height / screenGeometry.width
|
||||
readonly property rect screenGeometry: latteView ? latteView.screenGeometry : plasmoid.screenGeometry
|
||||
|
||||
readonly property bool viewLayoutIsCurrent: latteView && viewLayout && latteView.layoutsManager
|
||||
&& viewLayout.name === latteView.layoutsManager.currentLayoutName
|
||||
readonly property string viewLayoutName: viewLayout ? viewLayout.name : ""
|
||||
readonly property QtObject viewLayout : latteView && latteView.viewLayout ? latteView.viewLayout : null
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user