File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -1020,6 +1020,8 @@ void SettingsDialog::storeFontSettings() {
10201020void 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 ());
You can’t perform that action at this time.
0 commit comments