Skip to content

Commit 55c66ec

Browse files
committed
#3562 settings: preserve selected search engine
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent 148365c commit 55c66ec

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

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

33
## 26.4.12
44

5+
- Fixed the **Search engine** setting being reset to **Google** when the
6+
**Settings** dialog was applied without opening the **General** page first
7+
(for [#3562](https://github.com/pbek/QOwnNotes/issues/3562))
58
- Fixed following note links from the **note editor** or **preview** while the
69
**note tree** is enabled, so the active note is now also selected in the
710
**note tree panel**, even for notes inside subfolders (for

src/dialogs/settingsdialog.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,8 @@ void SettingsDialog::storeFontSettings() {
10201020
void SettingsDialog::readSettings() {
10211021
SettingsService settings;
10221022

1023+
initSearchEngineComboBox();
1024+
10231025
// set current note folder list item
10241026
QListWidgetItem *noteFolderListItem = Utils::Gui::getListWidgetItemWithUserData(
10251027
ui->noteFolderListWidget, NoteFolder::currentNoteFolderId());

0 commit comments

Comments
 (0)