nosignal-shell/modules/nexus/NexusState.qml
2026-06-03 01:23:25 +10:00

12 lines
222 B
QML

import QtQuick
import Quickshell
QtObject {
property ShellScreen screen
property bool isWindow
property bool navExpanded
property string currentPageName
property int currentPageIdx
signal close
}