mirror of
https://github.com/KDE/latte-dock.git
synced 2025-02-16 05:57:36 +03:00
upgrade overloadedIcons/Window debug flags Ability
This commit is contained in:
parent
169b7d6aae
commit
13a4b64118
@ -409,7 +409,7 @@ Item{
|
|||||||
|
|
||||||
Loader{
|
Loader{
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
active: root.debugModeOverloadedIcons
|
active: appletItem.debug.overloadedIconsEnabled
|
||||||
sourceComponent: Rectangle{
|
sourceComponent: Rectangle{
|
||||||
width: 30
|
width: 30
|
||||||
height: 30
|
height: 30
|
||||||
|
@ -67,8 +67,6 @@ Item {
|
|||||||
property bool debugModeLocalGeometry: Qt.application.arguments.indexOf("--localgeometry")>=0
|
property bool debugModeLocalGeometry: Qt.application.arguments.indexOf("--localgeometry")>=0
|
||||||
property bool debugModeSpacers: Qt.application.arguments.indexOf("--spacers")>=0
|
property bool debugModeSpacers: Qt.application.arguments.indexOf("--spacers")>=0
|
||||||
property bool debugModeTimers: Qt.application.arguments.indexOf("--timers")>=0
|
property bool debugModeTimers: Qt.application.arguments.indexOf("--timers")>=0
|
||||||
property bool debugModeWindow: Qt.application.arguments.indexOf("--with-window")>=0
|
|
||||||
property bool debugModeOverloadedIcons: Qt.application.arguments.indexOf("--overloaded-icons")>=0
|
|
||||||
|
|
||||||
readonly property int version: LatteCore.Environment.makeVersion(0,9,75)
|
readonly property int version: LatteCore.Environment.makeVersion(0,9,75)
|
||||||
readonly property bool kirigamiLibraryIsFound: LatteCore.Environment.frameworksVersion >= LatteCore.Environment.makeVersion(5,69,0)
|
readonly property bool kirigamiLibraryIsFound: LatteCore.Environment.frameworksVersion >= LatteCore.Environment.makeVersion(5,69,0)
|
||||||
@ -1297,7 +1295,7 @@ Item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Loader{
|
Loader{
|
||||||
active: root.debugModeWindow
|
active: debug.windowEnabled
|
||||||
sourceComponent: Debugger.DebugWindow{}
|
sourceComponent: Debugger.DebugWindow{}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user