mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 12:27:59 +03:00
Audio assets installed message
This commit is contained in:
parent
98d861a481
commit
1c3541183f
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ void DrawSettingsMenu(){
|
|||
} else {
|
||||
if (UIWidgets::Button("Install JP/EU Audio")) {
|
||||
if (GameEngine::GenAssetFile()){
|
||||
GameEngine::ShowMessage("Success", "Audio assets Installed, restart the game to apply changes.", SDL_MESSAGEBOX_INFORMATION);
|
||||
GameEngine::ShowMessage("Success", "Audio assets installed. Changes will be applied on the next startup.", SDL_MESSAGEBOX_INFORMATION);
|
||||
Ship::Context::GetInstance()->GetWindow()->Close();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue