add hacky way to load encrypted tox saves

This commit is contained in:
2023-08-28 15:33:36 +02:00
parent 9d9a486537
commit d131b5a02f
7 changed files with 102 additions and 14 deletions

View File

@ -16,6 +16,11 @@ struct StartScreen final : public Screen {
SDL_Renderer* _renderer;
FileSelector _fss;
bool _new_save {false};
bool _show_password {false};
std::string _password;
std::string tox_profile_path {"tomato.tox"};
std::vector<std::string> queued_plugin_paths;