Location: should fix edge case of location data being not ready on time
This commit is contained in:
parent
3f0374e1f2
commit
6ecbdda121
6 changed files with 51 additions and 45 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue