fix(tooltips): added support for string vs array content everywhere

This commit is contained in:
Lemmy
2026-03-13 11:44:38 -04:00
parent 20e480d732
commit 599068b584
11 changed files with 37 additions and 38 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Item {
property string icon: ""
property string text: ""
property string suffix: ""
property var tooltipText: ""
property var tooltipText
property bool autoHide: false
property bool forceOpen: false
property bool forceClose: false
+1 -1
View File
@@ -13,7 +13,7 @@ Item {
property string icon: ""
property string text: ""
property string suffix: ""
property var tooltipText: ""
property var tooltipText
property bool autoHide: false
property bool forceOpen: false
property bool forceClose: false
+1 -1
View File
@@ -13,7 +13,7 @@ Item {
property string icon: ""
property string text: ""
property string suffix: ""
property var tooltipText: ""
property var tooltipText
property bool autoHide: false
property bool forceOpen: false
property bool forceClose: false