diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f782c2..7d3e1ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # QOwnNotes Web Companion Changelog +## 2024.4.0 +- the "running away" of the Preferences dialog was fixed under Firefox when + using a zoom-level over 100% (for [#63](https://github.com/qownnotes/web-companion/issues/63)) + ## 2024.2.4 - now only a delete button is shown in the bookmarks list if the bookmark can be deleted (for [#57](https://github.com/qownnotes/web-companion/issues/57)) diff --git a/src/pages/OptionsPage.vue b/src/pages/OptionsPage.vue index c371ffb..edc68d9 100644 --- a/src/pages/OptionsPage.vue +++ b/src/pages/OptionsPage.vue @@ -1,5 +1,5 @@