10 lines
158 B
QML
10 lines
158 B
QML
import Quickshell
|
|
import ZShell.Llm
|
|
|
|
PersistentProperties {
|
|
property int currentTab: 0
|
|
property list<string> expandedNotifs: []
|
|
|
|
reloadableId: "sidebar"
|
|
}
|