Skip to content

Commit

Permalink
chore: dev
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Dec 19, 2024
1 parent 68aefc1 commit 80e09f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mapModules/CustomLayersModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ export default class CustomLayersModule extends MapModule {
}
}
}
mDevMode = ApplicationSettings.getBoolean('devMode', !PRODUCTION);
mDevMode = ApplicationSettings.getBoolean('devMode', false);

getTokenKeys() {
return {
Expand Down

0 comments on commit 80e09f4

Please sign in to comment.