aboutsummaryrefslogtreecommitdiff
path: root/launcher/pages/modplatform/ftb/FtbPage.h
diff options
context:
space:
mode:
authorJamie Mansfield <jmansfield@cadixdev.org>2021-10-16 23:31:27 +0100
committerJamie Mansfield <jmansfield@cadixdev.org>2021-10-16 23:31:27 +0100
commit175132539b14be2681bfbaf3f380f0a9b8a69a26 (patch)
tree045b2a9bffb7e677566f08275e3aa62c7186f9f4 /launcher/pages/modplatform/ftb/FtbPage.h
parent6cc7788b4a9ac8caae581c8f81aec085820f3a4f (diff)
downloadPrismLauncher-175132539b14be2681bfbaf3f380f0a9b8a69a26.tar.gz
PrismLauncher-175132539b14be2681bfbaf3f380f0a9b8a69a26.tar.bz2
PrismLauncher-175132539b14be2681bfbaf3f380f0a9b8a69a26.zip
NOISSUE Filter all pack's by name to search for modpacks.ch
modpacks.ch searching has changed, and while likely a bug - we may as well make this change while we fetch all packs anyway. This makes MMC more reactive for searchs for the platform. This should be reverted if/when the modpacks.ch hits a size where we need to restrict how many packs are fetched.
Diffstat (limited to 'launcher/pages/modplatform/ftb/FtbPage.h')
-rw-r--r--launcher/pages/modplatform/ftb/FtbPage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/pages/modplatform/ftb/FtbPage.h b/launcher/pages/modplatform/ftb/FtbPage.h
index c9c93897..bca09e25 100644
--- a/launcher/pages/modplatform/ftb/FtbPage.h
+++ b/launcher/pages/modplatform/ftb/FtbPage.h
@@ -77,4 +77,6 @@ private:
ModpacksCH::Modpack selected;
QString selectedVersion;
+
+ bool initialised { false };
};