mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 20:40:48 +08:00
parent
7b6d02ba8d
commit
9967ceb4bd
1 changed files with 0 additions and 3 deletions
|
@ -2,7 +2,6 @@ import * as DB from "./db";
|
|||
import * as Sound from "./controllers/sound-controller";
|
||||
import * as OutOfFocus from "./test/out-of-focus";
|
||||
import * as Notifications from "./elements/notifications";
|
||||
import * as LanguagePicker from "./settings/language-picker";
|
||||
import * as BackgroundFilter from "./elements/custom-background-filter";
|
||||
import LayoutList from "./test/layouts";
|
||||
import * as TTS from "./test/tts";
|
||||
|
@ -1368,8 +1367,6 @@ export function apply(configObj) {
|
|||
setBritishEnglish(configObj.britishEnglish, true);
|
||||
setLazyMode(configObj.lazyMode, true);
|
||||
|
||||
LanguagePicker.setActiveGroup();
|
||||
|
||||
try {
|
||||
setEnableAds(configObj.enableAds, true);
|
||||
// let addemo = false;
|
||||
|
|
Loading…
Reference in a new issue