1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-02-14 13:58:46 +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:
Michail Vourlakos 2020-01-13 20:06:12 +02:00
parent b7e1f6b142
commit f0b37635c8

View File

@ -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: {