Hide the "Not supported" notice. Minor cleanups

This commit is contained in:
Henrik Rydgård
2025-01-08 09:24:32 +01:00
parent 6922483460
commit baf6bcc41e
7 changed files with 19 additions and 13 deletions
+4
View File
@@ -248,6 +248,10 @@ int PSPNetconfDialog::Update(int animSpeed) {
UpdateFade(animSpeed);
StartDraw();
// This disables the notice that we don't support the internet below.
// Keeping the code in case we need it for something later.
hideNotice = true;
if (!hideNotice) {
auto err = GetI18NCategory(I18NCat::ERRORS);
const float WRAP_WIDTH = 254.0f;