Skip to content

Commit

Permalink
add todo for background image
Browse files Browse the repository at this point in the history
  • Loading branch information
justDeeevin committed Mar 26, 2024
1 parent fa81392 commit 508c326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use serde::{Deserialize, Serialize};
pub struct Style {
#[serde(rename = "BackgroundColor")]
pub background_color: NohRgb,
// TODO: Implement background image
#[serde(rename = "BackgroundImageFileName")]
pub background_image_file_name: Option<String>,
#[serde(rename = "DefaultKeyStyle")]
Expand Down

0 comments on commit 508c326

Please sign in to comment.