mirror of
https://github.com/wiiu-env/AutobootModule.git
synced 2024-11-13 06:55:07 +01:00
Update update warning screen to tell the people the update folder is not a file
This commit is contained in:
parent
babcca3f0c
commit
84d93d8794
@ -372,7 +372,7 @@ void handleUpdateWarningScreen() {
|
||||
|
||||
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);
|
||||
message = "Your system might not be blocking updates properly!";
|
||||
DrawUtils::print(SCREEN_WIDTH / 2 + DrawUtils::getTextWidth(message) / 2, SCREEN_HEIGHT / 2 + 0, message, true);
|
||||
|
Loading…
Reference in New Issue
Block a user