Set menu language to game language on first run (#1577)
* feat(translations): set menu language to game language on first run * fix(translations): add exception handlers * fix: more exception handlers
This commit is contained in:
@ -75,7 +75,7 @@ namespace big
|
||||
components::button("CREATOR_JOB_IMPORT"_T, [] {
|
||||
g_thread_pool->push([] {
|
||||
std::string content_id = job_link;
|
||||
nlohmann::json job_details;
|
||||
|
||||
if (content_id.starts_with("https://"))
|
||||
content_id = content_id.substr(46);
|
||||
|
||||
|
Reference in New Issue
Block a user