nosignal-shell/modules/nexus/NexusState.qml
2026-06-03 22:12:56 +10:00

11 lines
185 B
QML

import QtQuick
import Quickshell
QtObject {
property ShellScreen screen
property bool isWindow
property int currentPageIdx
property bool searchOpen
signal close
}