8 lines
112 B
QML
8 lines
112 B
QML
import Quickshell
|
|
|
|
PersistentProperties {
|
|
property list<string> expandedNotifs: []
|
|
|
|
reloadableId: "sidebar"
|
|
}
|