7 lines
89 B
QML
7 lines
89 B
QML
import Quickshell.Io
|
|
import QtQuick
|
|
|
|
JsonObject {
|
|
property string weatherLocation: ""
|
|
}
|