Merge branch 'rebuild' of github.com:Ly-sec/Noctalia into rebuild

This commit is contained in:
quadbyte 2025-08-10 08:00:37 -04:00
commit 5d3503b287
5 changed files with 91 additions and 101 deletions

View file

@ -79,9 +79,7 @@ PanelWindow {
NIconButton {
id: demoPanelToggler
icon: "experiment"
onClicked: function () {
demoPanel.visible ? demoPanel.hide() : demoPanel.show()
}
onClicked: function () { demoPanel.isLoaded = !demoPanel.isLoaded }
}
}
}