Merge pull request #3931 from jamierocks/july-wrk2
NOISSUE Debranding, fix annoying warning, updated Patreon logo
@ -95,9 +95,7 @@ void Technic::ListModel::performSearch()
|
||||
NetJob *netJob = new NetJob("Technic::Search");
|
||||
QString searchUrl = "";
|
||||
if (currentSearchTerm.isEmpty()) {
|
||||
searchUrl = QString(
|
||||
"https://api.technicpack.net/trending?build=multimc"
|
||||
).arg(currentSearchTerm);
|
||||
searchUrl = "https://api.technicpack.net/trending?build=multimc";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Before Width: | Height: | Size: 682 B After Width: | Height: | Size: 840 B |
Before Width: | Height: | Size: 976 B After Width: | Height: | Size: 939 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 977 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 1.6 KiB |