Files
z-bar-qt/Modules/Notifications/Sidebar/Chat/ChatState.qml
T

15 lines
218 B
QML

pragma Singleton
import QtQuick
import Quickshell
import ZShell.Llm
Singleton {
id: root
property ChatSession chatSession
property bool inChat: false
property bool isWindow: false
property ShellScreen screen
}