diff --git a/src/native_background.ts b/src/native_background.ts index 6fdf2426..3ebec95e 100644 --- a/src/native_background.ts +++ b/src/native_background.ts @@ -47,6 +47,8 @@ export async function getNativeMessengerVersion(): Promise { } export async function getBestEditor(): Promise { + if ((await browser.runtime.getPlatformInfo()).os === "mac") + return "open -nWt" // Tempted to put this behind another config setting: prefergui const gui_candidates = [ "gvim -f",