feat(Settings): disable force relays by default (#2104)

* feat(ForceRelayCxnCmd): move label and desc to translations
* fix(TranslationService): Force updating languages wouldn't regenerate cache
This commit is contained in:
Andreas Maerten
2023-09-09 00:04:08 +02:00
committed by GitHub
parent a3532a6436
commit 3385a0d7fb
5 changed files with 16 additions and 6 deletions

View File

@ -52,7 +52,7 @@ namespace big
if (components::button("Force Update Languages"))
{
g_thread_pool->push([] {
g_translation_service.update_language_packs();
g_translation_service.update_n_reload_language_packs();
g_notification_service->push_success("Translations", "Finished updating translations.");
});
@ -66,7 +66,5 @@ namespace big
g.write_default_config();
g.load();
}
}
}