Replaced all NWidgets callback by proper signals

This commit is contained in:
quadbyte
2025-08-12 13:22:15 -04:00
parent 1a7a0dbb16
commit a7d4e0ec1d
27 changed files with 93 additions and 88 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ NBox {
}
NIconButton {
icon: "settings"
onClicked: function () {
onClicked: {
if (!root.settingsWindow) {
const comp = Qt.createComponent("../../Settings/SettingsWindow.qml")
if (comp.status === Component.Ready) {