mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Work on OSX support
This commit is contained in:
parent
8530b78447
commit
322086aa8d
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ export async function getNativeMessengerVersion(): Promise<number> {
|
|||
}
|
||||
|
||||
export async function getBestEditor(): Promise<string> {
|
||||
if ((await browser.runtime.getPlatformInfo()).os === "mac")
|
||||
return "open -nWt"
|
||||
// Tempted to put this behind another config setting: prefergui
|
||||
const gui_candidates = [
|
||||
"gvim -f",
|
||||
|
|
Loading…
Add table
Reference in a new issue