added missing icons for safari
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user