Restore editability of attachment name in GUI broken by e535e207

This commit is contained in:
Martchus 2022-04-09 14:25:58 +02:00
parent 6577ec161e
commit 4cb728ca48
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ Qt::ItemFlags AttachmentsModel::flags(const QModelIndex &index) const
switch (index.column()) {
case 0:
flags |= Qt::ItemIsUserCheckable;
break;
[[fallthrough]];
case 1:
case 2:
flags |= Qt::ItemIsEditable;