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:
@@ -73,6 +73,8 @@ pub struct AppConfig {
|
||||
pub ui_scale: Option<f64>,
|
||||
#[serde(default)]
|
||||
pub compact_notes: bool,
|
||||
#[serde(default = "default_true")]
|
||||
pub show_note_dates: bool,
|
||||
#[serde(default)]
|
||||
pub time_format: String,
|
||||
#[serde(default)]
|
||||
@@ -188,6 +190,7 @@ impl Default for AppConfig {
|
||||
line_height: None,
|
||||
ui_scale: None,
|
||||
compact_notes: false,
|
||||
show_note_dates: true,
|
||||
time_format: "relative".to_string(),
|
||||
gpu_acceleration: true,
|
||||
autostart: false,
|
||||
|
||||
Reference in New Issue
Block a user