Add setting to toggle link arrows (#128)

This commit is contained in:
Yuri Karamian
2026-06-19 11:06:49 +02:00
parent 11673bd8c4
commit 93e96829f4
7 changed files with 40 additions and 2 deletions
+2
View File
@@ -228,6 +228,7 @@ export async function setGeneralSettings(
titleMode: string,
hideTitleInBody: boolean,
showLineNumbers: boolean,
showLinkArrows: boolean,
defaultViewMode: boolean,
showTrayIcon: boolean,
closeToTray: boolean,
@@ -247,6 +248,7 @@ export async function setGeneralSettings(
titleMode,
hideTitleInBody,
showLineNumbers,
showLinkArrows,
defaultViewMode,
showTrayIcon,
closeToTray,