Skip to content

Commit

Permalink
Merge pull request #562 from squidowl/fix/show-notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
casperstorm authored Sep 13, 2024
2 parents 8fa9a76 + ee8e259 commit 88a8603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/src/config/notification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pub type Loaded = Notification<Sound>;

#[derive(Debug, Clone, Deserialize)]
pub struct Notification<T = String> {
#[serde(rename = "enabled", default)]
#[serde(default)]
pub show_toast: bool,
pub sound: Option<T>,
}
Expand Down

0 comments on commit 88a8603

Please sign in to comment.