mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-07-24 07:45:57 +02:00
Add 'Show dates' setting to toggle the note-list date
This commit is contained in:
@@ -225,6 +225,7 @@ export async function setGeneralSettings(
|
||||
showTrayIcon: boolean,
|
||||
closeToTray: boolean,
|
||||
enableWikiLinks: boolean,
|
||||
showNoteDates: boolean,
|
||||
): Promise<void> {
|
||||
return invoke("set_general_settings", {
|
||||
compactNotes,
|
||||
@@ -240,6 +241,7 @@ export async function setGeneralSettings(
|
||||
showTrayIcon,
|
||||
closeToTray,
|
||||
enableWikiLinks,
|
||||
showNoteDates,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user