[Review] Review Update

This commit is contained in:
devdl11
2022-04-07 22:18:05 +02:00
parent 15801ae9e4
commit c65b1c6d3c
7 changed files with 10 additions and 11 deletions

View File

@@ -283,7 +283,7 @@ void Interface::drawInstallerSelection() {
ctx->drawString(Messages::installerText3, KDPoint(initPos, y), KDFont::SmallFont, KDColorBlack, KDColorWhite);
}
void Interface::drawBLUpdate() {
void Interface::drawBootloaderUpdate() {
Interface::drawHeader();
KDContext * ctx = KDIonContext::sharedContext();
int y = ImageStore::Computer->height() + (KDFont::LargeFont->glyphSize().height() + 10) + (KDFont::SmallFont->glyphSize().height() + 10);