aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/modplatform/ftb/FtbPage.cpp
diff options
context:
space:
mode:
authorflow <flowlnlnln@gmail.com>2022-10-13 15:10:35 -0300
committerflow <flowlnlnln@gmail.com>2022-10-13 15:10:35 -0300
commitdfa220ef02f23ff734dec6247f4a124a7a144c7a (patch)
tree73dc55f36db5e421ad529f21fd38fcc5291d7974 /launcher/ui/pages/modplatform/ftb/FtbPage.cpp
parentf26be005716818b643a0c8b1373dbe83e4cdcfbf (diff)
downloadPrismLauncher-dfa220ef02f23ff734dec6247f4a124a7a144c7a.tar.gz
PrismLauncher-dfa220ef02f23ff734dec6247f4a124a7a144c7a.tar.bz2
PrismLauncher-dfa220ef02f23ff734dec6247f4a124a7a144c7a.zip
fix: issues with aborts (again)
i hate it Signed-off-by: flow <flowlnlnln@gmail.com>
Diffstat (limited to 'launcher/ui/pages/modplatform/ftb/FtbPage.cpp')
-rw-r--r--launcher/ui/pages/modplatform/ftb/FtbPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/modplatform/ftb/FtbPage.cpp b/launcher/ui/pages/modplatform/ftb/FtbPage.cpp
index 1fe28124..34a3d1c0 100644
--- a/launcher/ui/pages/modplatform/ftb/FtbPage.cpp
+++ b/launcher/ui/pages/modplatform/ftb/FtbPage.cpp
@@ -105,7 +105,7 @@ void FtbPage::retranslate()
void FtbPage::openedImpl()
{
- if(!initialised)
+ if(!initialised || listModel->wasAborted())
{
listModel->request();
initialised = true;