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
|
|
@ -13,7 +13,7 @@ Singleton {
|
|||
property string githubDataFile: Quickshell.env("NOCTALIA_GITHUB_FILE") || (Settings.cacheDir + "github.json")
|
||||
property int githubUpdateFrequency: 60 * 60 // 1 hour expressed in seconds
|
||||
property bool isFetchingData: false
|
||||
property alias data: adapter // Used to access via GitHubService.data.xxx.yyy
|
||||
readonly property alias data: adapter // Used to access via GitHubService.data.xxx.yyy
|
||||
|
||||
// Public properties for easy access
|
||||
property string latestVersion: "Unknown"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue