Compare commits

..

2 Commits

Author SHA1 Message Date
95600551a7 version: 1.0.172 2026-07-07 12:45:00 -04:00
c18a8c1561 remove icon from sidebar 2026-07-07 12:44:49 -04:00
2 changed files with 1 additions and 3 deletions

View File

@ -28,6 +28,4 @@ pub struct Sidebar {
pub category: Option<String>,
#[serde(skip_serializing_if = "Option::is_none")]
pub priority: Option<i32>,
#[serde(skip_serializing_if = "Option::is_none")]
pub icon: Option<String>,
}

View File

@ -1 +1 @@
1.0.171
1.0.172