Skip to content

Commit

Permalink
fix playit_enabled no default value
Browse files Browse the repository at this point in the history
  • Loading branch information
CheatCod committed Jun 15, 2024
1 parent fccb54a commit b925f5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/global_settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub struct GlobalSettingsData {
pub core_name: String,
pub safe_mode: bool,
pub domain: Option<String>,
#[serde(default)]
pub playit_enabled: bool,
}

Expand Down

0 comments on commit b925f5c

Please sign in to comment.