make choosing a name for new tox profiles possible

This commit is contained in:
2024-04-20 19:53:41 +02:00
parent 52278f6726
commit bc8b631b84
4 changed files with 30 additions and 12 deletions

View File

@ -89,7 +89,7 @@ struct MainScreen final : public Screen {
uint64_t _window_hidden_ts {0};
float _time_since_event {0.f};
MainScreen(SDL_Renderer* renderer_, std::string save_path, std::string save_password, std::vector<std::string> plugins);
MainScreen(SDL_Renderer* renderer_, std::string save_path, std::string save_password, std::string new_username, std::vector<std::string> plugins);
~MainScreen(void);
bool handleEvent(SDL_Event& e) override;