v1.0.1 - Toolbar hotkeys, graph view improvements, close to tray, AI version snapshots, window resize fix

This commit is contained in:
Yuri Karamian
2026-02-09 23:13:57 +01:00
parent d6caee38b2
commit c105b83570
14 changed files with 226 additions and 76 deletions
+2
View File
@@ -182,6 +182,7 @@ export async function setGeneralSettings(
hideTitleInBody: boolean,
defaultViewMode: boolean,
showTrayIcon: boolean,
closeToTray: boolean,
enableWikiLinks: boolean,
): Promise<void> {
return invoke("set_general_settings", {
@@ -195,6 +196,7 @@ export async function setGeneralSettings(
hideTitleInBody,
defaultViewMode,
showTrayIcon,
closeToTray,
enableWikiLinks,
});
}