mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
NLoader: renamed property panel => content so it looks more versatile
This commit is contained in:
@@ -8,7 +8,7 @@ import qs.Widgets
|
||||
NLoader {
|
||||
isLoaded: Settings.data.general.showScreenCorners
|
||||
|
||||
panel: Variants {
|
||||
content: Variants {
|
||||
model: Quickshell.screens
|
||||
|
||||
PanelWindow {
|
||||
|
||||
@@ -13,7 +13,7 @@ import qs.Widgets
|
||||
NLoader {
|
||||
id: root
|
||||
|
||||
panel: Component {
|
||||
content: Component {
|
||||
NPanel {
|
||||
id: demoPanel
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ NLoader {
|
||||
}
|
||||
}
|
||||
|
||||
panel: Component {
|
||||
content: Component {
|
||||
NPanel {
|
||||
id: sidePanel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user