restore niri specifics, gracefully fail
This commit is contained in:
parent
61051b7b7b
commit
d92a46035d
3 changed files with 45 additions and 2 deletions
|
|
@ -1,7 +1,14 @@
|
|||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
|
||||
// Niri workspace support disabled — Quickshell.Services.Niri not 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