mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-07-24 07:45:57 +02:00
Enhance calendars: unify daily and Tasks calendars, remember List/Calendar choice per vault
This commit is contained in:
@@ -254,6 +254,8 @@ pub struct VaultState {
|
||||
pub last_notebook: Option<String>,
|
||||
#[serde(default)]
|
||||
pub last_tag: Option<String>,
|
||||
#[serde(default)]
|
||||
pub tasks_layout: String,
|
||||
}
|
||||
|
||||
impl Default for VaultState {
|
||||
@@ -270,6 +272,7 @@ impl Default for VaultState {
|
||||
last_view_mode: String::new(),
|
||||
last_notebook: None,
|
||||
last_tag: None,
|
||||
tasks_layout: String::new(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user