mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-27 15:46:13 -04:00
UI: Fix Top Patron threshold
This commit is contained in:
@@ -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 += "</p>";
|
||||
top = false;
|
||||
} else if (!first) {
|
||||
|
||||
Reference in New Issue
Block a user