Location: should fix edge case of location data being not ready on time

This commit is contained in:
LemmyCook 2025-08-31 10:24:01 -04:00
parent 3f0374e1f2
commit 6ecbdda121
6 changed files with 51 additions and 45 deletions

View file

@ -26,7 +26,7 @@ Singleton {
property string defaultAvatar: Quickshell.env("HOME") + "/.face"
// Used to access via Settings.data.xxx.yyy
property alias data: adapter
readonly property alias data: adapter
property bool isLoaded: false