Using alias rather than var for JsonAdapter
This commit is contained in:
parent
7791ee3c0d
commit
15a67ca5cc
3 changed files with 3 additions and 3 deletions
|
|
@ -11,8 +11,8 @@ Singleton {
|
|||
|
||||
property string locationFile: Quickshell.env("NOCTALIA_WEATHER_FILE") || (Settings.cacheDir + "location.json")
|
||||
property int weatherUpdateFrequency: 30 * 60 // 30 minutes expressed in seconds
|
||||
property var data: adapter // Used to access via LocationService.data.xxx
|
||||
property bool isFetchingWeather: false
|
||||
property alias data: adapter // Used to access via LocationService.data.xxx
|
||||
|
||||
FileView {
|
||||
path: locationFile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue