From 040c1ca21d1b73eb24063bfb66a55d98becc0d7b Mon Sep 17 00:00:00 2001 From: Greyhoof <132987288+greyhoof@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:16:58 +0200 Subject: [PATCH] + Added a warning re: browser setting + Added a mac-specific warning about an unresolved bug in MacOS ~ Adjusted settings window dimensions --- electron/BrowserOption.vue | 26 ++++++++++++++++++++++++++ electron/main.ts | 17 +++++++++++------ 2 files changed, 37 insertions(+), 6 deletions(-) diff --git a/electron/BrowserOption.vue b/electron/BrowserOption.vue index eae71f1..b8f0525 100644 --- a/electron/BrowserOption.vue +++ b/electron/BrowserOption.vue @@ -16,6 +16,21 @@
Mac User: As of writing, MacOS has a bug in how it handles opening links.
+When your default browser is something other than Safari and you select Safari in this settings window, links might be opened twice.
+Once in Safari and a second time in your default browser. This tends to happen when Safari is not running when clicking a link.