mirror of
https://github.com/wiiu-env/AutobootModule.git
synced 2024-11-22 10:59:15 +01:00
Update update warning screen to tell the people the update folder is not a file
This commit is contained in:
parent
ade0f3abf5
commit
220dce54db
@ -372,7 +372,7 @@ void handleUpdateWarningScreen() {
|
|||||||
|
|
||||||
DrawUtils::setFontSize(24);
|
DrawUtils::setFontSize(24);
|
||||||
|
|
||||||
const char *message = "The update folder currently exists.";
|
const char *message = "The update folder currently exists and is not a file.";
|
||||||
DrawUtils::print(SCREEN_WIDTH / 2 + DrawUtils::getTextWidth(message) / 2, SCREEN_HEIGHT / 2 - 24, message, true);
|
DrawUtils::print(SCREEN_WIDTH / 2 + DrawUtils::getTextWidth(message) / 2, SCREEN_HEIGHT / 2 - 24, message, true);
|
||||||
message = "Your system might not be blocking updates properly!";
|
message = "Your system might not be blocking updates properly!";
|
||||||
DrawUtils::print(SCREEN_WIDTH / 2 + DrawUtils::getTextWidth(message) / 2, SCREEN_HEIGHT / 2 + 0, message, true);
|
DrawUtils::print(SCREEN_WIDTH / 2 + DrawUtils::getTextWidth(message) / 2, SCREEN_HEIGHT / 2 + 0, message, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user