mirror of
https://github.com/KDE/latte-dock.git
synced 2025-02-13 21:57:40 +03:00
add indicator option for hidden common settings
--this is an option introduced to v0.10 in order to inform indicators config settings that the two depracated settings, "lengthPadding, enabledForApplets" are now indicators responsibility to provide
This commit is contained in:
parent
b7e1f6b142
commit
f0b37635c8
@ -479,6 +479,9 @@ PlasmaComponents.Page {
|
||||
visible: latteView.indicator.providesConfigUi
|
||||
enabled: latteView.indicator.enabled
|
||||
|
||||
// @since 0.10.0
|
||||
readonly property bool deprecatedOptionsAreHidden: true
|
||||
|
||||
readonly property int optionsWidth: dialog.optionsWidth
|
||||
|
||||
Component.onCompleted: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user