mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Scaling service
This commit is contained in:
+9
-2
@@ -1,5 +1,7 @@
|
||||
import QtQuick
|
||||
import Quickshell
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
import qs.Widgets
|
||||
import qs.Theme
|
||||
|
||||
@@ -27,7 +29,12 @@ PanelWindow {
|
||||
layer.enabled: true
|
||||
}
|
||||
|
||||
// Just testing
|
||||
NoctaliaToggle {}
|
||||
RowLayout {
|
||||
// Just testing
|
||||
NoctaliaToggle {
|
||||
label: "Label"
|
||||
description: "Description"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user