From 08ea530f8ed6ff650c1d590d99e1ab85f52ba1d8 Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 25 Aug 2022 18:13:37 +0200 Subject: [PATCH] Change "Tiramisu Boot Selector" to "Boot Selector" --- source/MenuUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/MenuUtils.cpp b/source/MenuUtils.cpp index 3564180..2cc2eb8 100644 --- a/source/MenuUtils.cpp +++ b/source/MenuUtils.cpp @@ -142,7 +142,7 @@ int32_t handleMenuScreen(std::string &configPath, int32_t autobootOptionInput, b // draw top bar DrawUtils::setFontSize(24); DrawUtils::drawPNG(16, 2, icon_png); - DrawUtils::print(64 + 2, 6 + 24, "Tiramisu Boot Selector"); + DrawUtils::print(64 + 2, 6 + 24, "Boot Selector"); DrawUtils::drawRectFilled(8, 8 + 24 + 4, SCREEN_WIDTH - 8 * 2, 3, COLOR_WHITE); // draw bottom bar