Skip to content

Commit

Permalink
Update checkSettings.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianWalczak authored Feb 14, 2024
1 parent e2f637e commit 0ce3cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/checkSettings.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function getSetting(mode) {
if(localStorage.getItem(mode)) {
if(localStorage.getItem(mode) == 'true') {
return true;
}else{
return false;
Expand Down

0 comments on commit 0ce3cd9

Please sign in to comment.