added missing icons for safari

This commit is contained in:
Anirban Kar
2024-12-16 21:28:38 +05:30
parent 2553814416
commit 951b11005f
5 changed files with 4 additions and 3 deletions

View File

@@ -99,6 +99,7 @@ export function useSettings() {
if (checkCommit === undefined) {
checkCommit = commit.commit;
}
if (savedLatestBranch === undefined || checkCommit !== commit.commit) {
// If setting hasn't been set by user, check version
checkIsStableVersion().then((isStable) => {