This commit is contained in:
Ly-sec
2025-09-24 17:01:41 +02:00
6 changed files with 1247 additions and 11 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ NBox {
NIconButton {
id: closeButton
icon: "close"
tooltipText: I18n.tr("tooltips.close-side-panel")
tooltipText: I18n.tr("tooltips.close")
onClicked: {
controlCenterPanel.close()
}