mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-28 10:03:52 +03:00
fix Indicators tooltip for Download option
This commit is contained in:
parent
70cb2f7fde
commit
66e8e31701
@ -29,8 +29,9 @@ LatteComponents.ComboBoxButton{
|
|||||||
id: custom
|
id: custom
|
||||||
checkable: true
|
checkable: true
|
||||||
|
|
||||||
buttonToolTip: checked ? i18n("Use %0 style for your indicators").arg(buttonText) :
|
buttonToolTip: custom.type === "download:" ? i18n("Download indicator styles from the internet") :
|
||||||
i18n("Download indicator styles from the internet")
|
i18n("Use %0 style for your indicators").arg(buttonText)
|
||||||
|
|
||||||
comboBoxTextRole: "name"
|
comboBoxTextRole: "name"
|
||||||
comboBoxIconRole: "icon"
|
comboBoxIconRole: "icon"
|
||||||
comboBoxIconToolTipRole: "iconToolTip"
|
comboBoxIconToolTipRole: "iconToolTip"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user