mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-11-18 20:42:09 +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) {
|
bool ui_prompt_operation(Mode mode, std::string name) {
|
||||||
std::stringstream stream;
|
std::stringstream stream;
|
||||||
stream << (mode == INSTALL ? "Install" : "Delete") << " the selected title?" << "\n";
|
stream << (mode == INSTALL ? "Install" : "Delete") << " the selected title?" << "\n";
|
||||||
stream << name << "\n";
|
|
||||||
stream << "Press A to confirm, B to cancel." << "\n";
|
stream << "Press A to confirm, B to cancel." << "\n";
|
||||||
std::string str = stream.str();
|
std::string str = stream.str();
|
||||||
while(platform_is_running()) {
|
while(platform_is_running()) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user