Add missing translations for filepicker tooltips

This commit is contained in:
notiant
2025-11-29 18:52:05 +01:00
committed by GitHub
parent 993b6bc422
commit 260b2e9a11
14 changed files with 93 additions and 15 deletions
+1
View File
@@ -60,6 +60,7 @@ Popup {
}
NIconButton {
icon: "close"
tooltipText: I18n.tr("tooltips.close")
onClicked: root.close()
}
}