12 lines
221 B
QML
12 lines
221 B
QML
import Quickshell
|
|
import ZShell.Llm
|
|
|
|
PersistentProperties {
|
|
property ChatSession chatSession
|
|
property int currentTab: 0
|
|
property list<string> expandedNotifs: []
|
|
property bool inChat: false
|
|
|
|
reloadableId: "sidebar"
|
|
}
|