diff --git a/UI/window-basic-about.cpp b/UI/window-basic-about.cpp index 3000c8e91..10751bb1a 100644 --- a/UI/window-basic-about.cpp +++ b/UI/window-basic-about.cpp @@ -108,7 +108,7 @@ void OBSAbout::ShowAbout() std::string link = patron["link"].string_value(); int amount = patron["amount"].int_value(); - if (top && amount < 10000) { + if (top && amount < 5000) { text += "

"; top = false; } else if (!first) {