Skip to content

Commit

Permalink
ActivityListModel: Modify ignore text to not include symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
taminob committed Dec 10, 2023
1 parent c61a574 commit 38f5dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/tray/activitylistmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ void ActivityListModel::addIgnoredFileToList(const Activity &newActivity)
bool duplicate = false;
if (_listOfIgnoredFiles.size() == 0) {
_notificationIgnoredFiles = newActivity;
_notificationIgnoredFiles._subject = tr("Files from the ignore list as well as symbolic links are not synced.");
_notificationIgnoredFiles._subject = tr("Files from the ignore list are not synced.");
addEntriesToActivityList({_notificationIgnoredFiles});
_listOfIgnoredFiles.append(newActivity);
return;
Expand Down

0 comments on commit 38f5dac

Please sign in to comment.