remove ws, fmt
This commit is contained in:
parent
5316f40967
commit
cd45c2d9cf
17 changed files with 96 additions and 97 deletions
|
|
@ -1,14 +1,7 @@
|
|||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
|
||||
// Placeholder — Quickshell.Services.Niri not yet available
|
||||
RowLayout {
|
||||
spacing: 4
|
||||
|
||||
Loader {
|
||||
source: "WorkspacesInner.qml"
|
||||
onStatusChanged: {
|
||||
if (status === Loader.Error)
|
||||
source = "";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue