mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
qmlformat + fix build
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
// Disable reload popup
|
||||
//@ pragma Env QS_NO_RELOAD_POPUP=1
|
||||
|
||||
import QtQuick
|
||||
import Quickshell
|
||||
import Quickshell.Io
|
||||
@@ -15,19 +15,10 @@ import qs.Services
|
||||
ShellRoot {
|
||||
id: root
|
||||
|
||||
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
|
||||
delegate: Bar {
|
||||
modelData: item
|
||||
}
|
||||
}
|
||||
|
||||
Background {}
|
||||
Overview {}
|
||||
|
||||
ScreenCorner {}
|
||||
ScreenCorners {}
|
||||
Bars {}
|
||||
|
||||
DemoPanel {
|
||||
id: demoPanel
|
||||
|
||||
Reference in New Issue
Block a user