diff options
author | Petr Mrázek <peterix@gmail.com> | 2020-05-28 23:31:50 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2020-05-28 23:31:50 +0200 |
commit | 07a1052c69a7c7d7feedd878e3371d80c6143981 (patch) | |
tree | a558bc153b14ac13bd76042fde4ad5dbe363c7f8 /application | |
parent | ba6a97557a0d90d77e9eba560931414e39042447 (diff) | |
download | MultiMC-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.cpp | 3 |
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!", |