summaryrefslogtreecommitdiff
path: root/modules/sidebar/Props.qml
blob: 46139424f65c49905f88f7d875f0a1791a98193e (plain)
1
2
3
4
5
6
7
import Quickshell

PersistentProperties {
    property list<string> expandedNotifs: []

    reloadableId: "sidebar"
}