From 19175e5307febf2c8480ac85f80b418615d9cd9e Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Sat, 6 Jun 2026 14:20:52 +0200 Subject: [PATCH] edit credits --- Source/hoc-clk/overlay/src/ui/gui/about_gui.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/hoc-clk/overlay/src/ui/gui/about_gui.cpp b/Source/hoc-clk/overlay/src/ui/gui/about_gui.cpp index d62fb4d9..b658d161 100644 --- a/Source/hoc-clk/overlay/src/ui/gui/about_gui.cpp +++ b/Source/hoc-clk/overlay/src/ui/gui/about_gui.cpp @@ -375,6 +375,10 @@ class CreditsSubMenu : public AboutGui { new tsl::elm::ListItem("MasaGratoR") ); + this->listElement->addItem( + new tsl::elm::ListItem("Miki1305") + ); + // ---- Testers ---- this->listElement->addItem( new tsl::elm::CategoryHeader("Testers") @@ -388,10 +392,6 @@ class CreditsSubMenu : public AboutGui { new tsl::elm::ListItem("arcdelta") ); - this->listElement->addItem( - new tsl::elm::ListItem("Miki1305") - ); - this->listElement->addItem( new tsl::elm::ListItem("Happy") );