Skip to content

Commit 16aff34

Browse files
committed
#1679 note-link: always show "Modified" column in link dialog
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 0ce60aa commit 16aff34

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## 26.4.21
44

5+
- The **note link dialog** note list now also shows the `Modified` column even
6+
when note sub-folder support is disabled (for [#1679](https://github.com/pbek/QOwnNotes/issues/1679))
57
- Fixed auto-detected links inside italic or bold Markdown text so trailing
68
brackets and emphasis markers are no longer treated as part of the URL target
79
or link highlight (for [#3580](https://github.com/pbek/QOwnNotes/issues/3580))

src/dialogs/linkdialog.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ LinkDialog::LinkDialog(int page, const QString &dialogTitle, QWidget *parent)
108108

109109
const bool showSubfolders = NoteFolder::isCurrentShowSubfolders();
110110
ui->notesListWidget->setColumnHidden(1, !showSubfolders);
111-
ui->notesListWidget->setColumnHidden(3, !showSubfolders);
112111
ui->notesListWidget->setSortingEnabled(true);
113112
ui->notesListWidget->sortByColumn(3, Qt::DescendingOrder);
114113
ui->notesListWidget->header()->setSortIndicatorShown(true);

0 commit comments

Comments
 (0)