From c41c4d2e0f472f126a9f6d99c8b58efab17a99df Mon Sep 17 00:00:00 2001 From: Hannah von Reth Date: Tue, 19 Mar 2024 15:20:30 +0100 Subject: [PATCH] Clicking the error no longer has an effect --- src/gui/folderstatusmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/folderstatusmodel.cpp b/src/gui/folderstatusmodel.cpp index 10be38a4f88..1ef7702f716 100644 --- a/src/gui/folderstatusmodel.cpp +++ b/src/gui/folderstatusmodel.cpp @@ -266,7 +266,7 @@ QVariant FolderStatusModel::data(const QModelIndex &index, int role) const errors.append(legacyError.error()); } if (f->syncResult().hasUnresolvedConflicts()) { - errors.append(tr("There are unresolved conflicts. Click for details.")); + errors.append(tr("There are unresolved conflicts.")); } if (f->isReady() && f->virtualFilesEnabled() && f->vfs().mode() == Vfs::Mode::WithSuffix) { errors.append({