Sfoglia il codice sorgente

UI: Fix Top Patron threshold

Warchamp7 1 anno fa
parent
commit
cb3955f8bc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      UI/window-basic-about.cpp

+ 1 - 1
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 += "</p>";
 			top = false;
 		} else if (!first) {