mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Add NLoader
This commit is contained in:
+1
-3
@@ -79,9 +79,7 @@ PanelWindow {
|
||||
NIconButton {
|
||||
id: demoPanelToggler
|
||||
icon: "experiment"
|
||||
onClicked: function () {
|
||||
demoPanel.visible ? demoPanel.hide() : demoPanel.show()
|
||||
}
|
||||
onClicked: function () { demoPanel.isLoaded = !demoPanel.isLoaded }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user