mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +08:00
Remove name printing from testing.
This commit is contained in:
parent
1a682b420e
commit
e0e461368f
@ -67,7 +67,6 @@ void ui_display_result(bool install, bool state) {
|
||||
bool ui_prompt_operation(Mode mode, std::string name) {
|
||||
std::stringstream stream;
|
||||
stream << (mode == INSTALL ? "Install" : "Delete") << " the selected title?" << "\n";
|
||||
stream << name << "\n";
|
||||
stream << "Press A to confirm, B to cancel." << "\n";
|
||||
std::string str = stream.str();
|
||||
while(platform_is_running()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user