catch and print exception string in ui on main screen creation

This commit is contained in:
Green Sky
2025-02-05 00:23:10 +01:00
parent d8d5b8e9a3
commit ce0ff0bea9
3 changed files with 23 additions and 5 deletions

View File

@@ -30,6 +30,8 @@ struct StartScreen final : public Screen {
std::string _tox_profile_path {"unnamed-tomato.tox"};
std::vector<std::string> queued_plugin_paths;
std::string _error_string;
StartScreen(void) = delete;
StartScreen(const std::vector<std::string_view>& args, SDL_Renderer* renderer, Theme& theme);
~StartScreen(void) = default;