summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2020-05-28 23:31:50 +0200
committerPetr Mrázek <peterix@gmail.com>2020-05-28 23:31:50 +0200
commit07a1052c69a7c7d7feedd878e3371d80c6143981 (patch)
treea558bc153b14ac13bd76042fde4ad5dbe363c7f8 /application
parentba6a97557a0d90d77e9eba560931414e39042447 (diff)
downloadMultiMC-07a1052c69a7c7d7feedd878e3371d80c6143981.tar
MultiMC-07a1052c69a7c7d7feedd878e3371d80c6143981.tar.gz
MultiMC-07a1052c69a7c7d7feedd878e3371d80c6143981.tar.lz
MultiMC-07a1052c69a7c7d7feedd878e3371d80c6143981.tar.xz
MultiMC-07a1052c69a7c7d7feedd878e3371d80c6143981.zip
Fix.
Diffstat (limited to 'application')
-rw-r--r--application/MultiMC.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/application/MultiMC.cpp b/application/MultiMC.cpp
index 6ab3ad26..9897d02b 100644
--- a/application/MultiMC.cpp
+++ b/application/MultiMC.cpp
@@ -154,8 +154,7 @@ MultiMC::MultiMC(int &argc, char **argv) : QApplication(argc, argv)
auto contents = in.readAll();
if(
contents.contains("WSL", Qt::CaseInsensitive) ||
- contents.contains("Microsoft", Qt::CaseInsensitive) ||
- true
+ contents.contains("Microsoft", Qt::CaseInsensitive)
) {
showFatalErrorMessage(
"Unsupported system detected!",