|
|
@ -134,6 +134,7 @@ Item {
|
|
|
|
property bool exposeAltSession: latteDock ? latteDock.exposeAltSession : false
|
|
|
|
property bool exposeAltSession: latteDock ? latteDock.exposeAltSession : false
|
|
|
|
property bool highlightWindows: latteDock ? latteDock.highlightWindows: plasmoid.configuration.highlightWindows
|
|
|
|
property bool highlightWindows: latteDock ? latteDock.highlightWindows: plasmoid.configuration.highlightWindows
|
|
|
|
property bool indicateAudioStreams: latteDock ? latteDock.indicateAudioStreams : plasmoid.configuration.indicateAudioStreams
|
|
|
|
property bool indicateAudioStreams: latteDock ? latteDock.indicateAudioStreams : plasmoid.configuration.indicateAudioStreams
|
|
|
|
|
|
|
|
property bool mouseWheelActions: latteDock ? latteDock.mouseWheelActions : true
|
|
|
|
property bool reverseLinesPosition: latteDock ? latteDock.reverseLinesPosition : plasmoid.configuration.reverseLinesPosition
|
|
|
|
property bool reverseLinesPosition: latteDock ? latteDock.reverseLinesPosition : plasmoid.configuration.reverseLinesPosition
|
|
|
|
property bool dotsOnActive: latteDock ? latteDock.dotsOnActive : plasmoid.configuration.dotsOnActive
|
|
|
|
property bool dotsOnActive: latteDock ? latteDock.dotsOnActive : plasmoid.configuration.dotsOnActive
|
|
|
|
property bool showGlow: latteDock ? latteDock.showGlow : plasmoid.configuration.showGlow
|
|
|
|
property bool showGlow: latteDock ? latteDock.showGlow : plasmoid.configuration.showGlow
|
|
|
|