11 lines
186 B
QML
11 lines
186 B
QML
import QtQuick
|
|
import Quickshell
|
|
|
|
QtObject {
|
|
property ShellScreen screen
|
|
property bool isWindow
|
|
property bool navExpanded
|
|
property int currentPageIdx
|
|
|
|
signal close
|
|
}
|