make tox save file selectable (hacky)

This commit is contained in:
2023-08-03 15:03:12 +02:00
parent b4eda033c6
commit 7a7b55bebf
3 changed files with 16 additions and 3 deletions

View File

@ -16,6 +16,7 @@ struct StartScreen final : public Screen {
SDL_Renderer* _renderer;
FileSelector _fss;
std::string tox_profile_path {"tomato.tox"};
std::vector<std::string> queued_plugin_paths;
StartScreen(void) = delete;