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

@ -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"