forgot print debug type thing lol

This commit is contained in:
zoe 2022-07-04 22:40:05 +02:00
parent 532788e9e6
commit cfb4611ec5
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ ThemeData theme = themes.getTheme(themes.available[0]);
Locale activeLocale = const Locale("en");
void main() async {
settings.saveAuthCode("");
Intl.defaultLocale = "en";
await settings.saveLocale("en");
activeLocale = await settings.loadLocale();