6 lines
114 B
QML
6 lines
114 B
QML
import Quickshell
|
|
|
|
PersistentProperties {
|
|
property int currentTab
|
|
property date currentDate: new Date()
|
|
}
|