mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-09-22 10:57:28 +02:00
Add opt-in title bar note switcher
This commit is contained in:
@@ -1459,6 +1459,7 @@ pub fn set_general_settings(
|
||||
close_to_tray: bool,
|
||||
enable_wiki_links: bool,
|
||||
show_note_dates: bool,
|
||||
show_note_switcher: bool,
|
||||
startup_view: StartupView,
|
||||
restore_last_session: bool,
|
||||
show_all_notes: bool,
|
||||
@@ -1470,6 +1471,7 @@ pub fn set_general_settings(
|
||||
let mut config = state.config.lock().map_err(|e| e.to_string())?;
|
||||
config.compact_notes = compact_notes;
|
||||
config.show_note_dates = show_note_dates;
|
||||
config.show_note_switcher = show_note_switcher;
|
||||
config.startup_view = startup_view;
|
||||
config.restore_last_session = restore_last_session;
|
||||
config.show_all_notes = show_all_notes;
|
||||
|
||||
Reference in New Issue
Block a user