diff options
author | Petr Mrázek <peterix@users.noreply.github.com> | 2021-07-22 17:40:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 17:40:36 +0200 |
commit | 4fc37f5a35e58ff4b121f788e0477dff1f30a97b (patch) | |
tree | 267d043f0fb028a87c7cd60e008f8d2f11a6af8d /application/pages/modplatform | |
parent | 295bcbe3a71ab09e9eed283633e51beb525f483e (diff) | |
parent | 74f5255eef8b14455ca741c5004a97cd00fed667 (diff) | |
download | PrismLauncher-4fc37f5a35e58ff4b121f788e0477dff1f30a97b.tar.gz PrismLauncher-4fc37f5a35e58ff4b121f788e0477dff1f30a97b.tar.bz2 PrismLauncher-4fc37f5a35e58ff4b121f788e0477dff1f30a97b.zip |
Merge pull request #3931 from jamierocks/july-wrk2
NOISSUE Debranding, fix annoying warning, updated Patreon logo
Diffstat (limited to 'application/pages/modplatform')
-rw-r--r-- | application/pages/modplatform/technic/TechnicModel.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/application/pages/modplatform/technic/TechnicModel.cpp b/application/pages/modplatform/technic/TechnicModel.cpp index a240a94a..def30783 100644 --- a/application/pages/modplatform/technic/TechnicModel.cpp +++ b/application/pages/modplatform/technic/TechnicModel.cpp @@ -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 { |