diff options
author | flow <flowlnlnln@gmail.com> | 2022-10-13 15:10:35 -0300 |
---|---|---|
committer | flow <flowlnlnln@gmail.com> | 2022-10-13 15:10:35 -0300 |
commit | dfa220ef02f23ff734dec6247f4a124a7a144c7a (patch) | |
tree | 73dc55f36db5e421ad529f21fd38fcc5291d7974 /launcher/ui/pages/modplatform/ftb/FtbPage.cpp | |
parent | f26be005716818b643a0c8b1373dbe83e4cdcfbf (diff) | |
download | PrismLauncher-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.cpp | 2 |
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; |