Skip to content

Commit

Permalink
new design
Browse files Browse the repository at this point in the history
  • Loading branch information
HThuren committed Sep 9, 2023
1 parent 2dac83a commit fcaea74
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/js/tabs/gps.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,11 +280,7 @@ gps.initialize = async function (callback) {
quality = `<span class="colorToggle locked">${quality}</span>`;
} else {
usedColor = '';
if (quality.startsWith(i18n.getMessage('gnssQualitySearching'))) {
quality = `<span class="colorToggle">${quality}</span>`;
} else {
quality = `<span class="colorToggle">${quality}</span>`;
}
quality = `<span class="colorToggle">${quality}</span>`;
}
}

Expand Down

0 comments on commit fcaea74

Please sign in to comment.