diff options
author | bolli24 <9805065+bolli24@users.noreply.github.com> | 2023-09-24 03:01:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-24 03:01:47 +0200 |
commit | 14af7044be6bead9f29e3481d9c8760d738f317b (patch) | |
tree | 1c93635c84d2a49e13e36cff5d89a728f3e01ab1 | |
parent | f3c089792a5342eeff93f032dca134fe371db4b3 (diff) | |
download | PrismLauncher-14af7044be6bead9f29e3481d9c8760d738f317b.tar.gz PrismLauncher-14af7044be6bead9f29e3481d9c8760d738f317b.tar.bz2 PrismLauncher-14af7044be6bead9f29e3481d9c8760d738f317b.zip |
Update launcher/ui/dialogs/ModUpdateDialog.cpp
Co-authored-by: TheKodeToad <TheKodeToad@proton.me>
Signed-off-by: bolli24 <9805065+bolli24@users.noreply.github.com>
-rw-r--r-- | launcher/ui/dialogs/ModUpdateDialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/launcher/ui/dialogs/ModUpdateDialog.cpp b/launcher/ui/dialogs/ModUpdateDialog.cpp index cd115bd3..04173c88 100644 --- a/launcher/ui/dialogs/ModUpdateDialog.cpp +++ b/launcher/ui/dialogs/ModUpdateDialog.cpp @@ -237,7 +237,6 @@ auto ModUpdateDialog::ensureMetadata() -> bool continue; if (candidate->type() == ResourceType::FOLDER) { - m_failed_metadata.append({ candidate, tr("This is a folder.") }); continue; } |