Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Nov 29, 2021
1 parent c5441a0 commit 88a3a7c
Show file tree
Hide file tree
Showing 6 changed files with 258 additions and 1,452 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Fixes some minor bugs in the update notifier:
* When running on ARM Windows, the app incorrectly prompted the user to download the native version.
* The updater failed to reliably detect when the user was offline.
* Fixes a bug causing the odometry popup to render incorrectly when "inches" was selected as the distance unit.
* Restores the behavior of the cancel button in preferences - it now correctly restores the original state of each field.
* Forces the preferences window to stay on top, reducing the chance of "losing" it behind the main window.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ function openPreferences() {
y: Math.floor(BrowserWindow.getFocusedWindow().getBounds().y + (BrowserWindow.getFocusedWindow().getBounds().height / 2) - (height / 2)),
useContentSize: true,
resizable: false,
alwaysOnTop: true,
icon: iconPath,
show: false,
fullscreenable: false,
Expand Down
Loading

0 comments on commit 88a3a7c

Please sign in to comment.