diff --git a/src/start_screen.cpp b/src/start_screen.cpp index 0c69b008..c1f644c7 100644 --- a/src/start_screen.cpp +++ b/src/start_screen.cpp @@ -50,6 +50,12 @@ StartScreen::StartScreen(const std::vector& args, SDL_Renderer } } + { // seed tox save path + if (_conf.has_string("tox", "save_file_path")) { + _tox_profile_path = _conf.get_string("tox", "save_file_path").value(); + } + } + float display_scale = SDL_GetWindowDisplayScale(SDL_GetRenderWindow(renderer)); if (display_scale < 0.001f) { // error?