Skip to content

Commit

Permalink
Bug Fix: wrong default config value
Browse files Browse the repository at this point in the history
  • Loading branch information
iewnfod committed Jun 22, 2023
1 parent 11a940f commit 19513a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ pub fn default_config_content() -> String {
save_dir={}
width={}
height={}",
get_default_save_dir(),
WIDTH,
HEIGHT,
get_default_save_dir()
HEIGHT
)
}
}
Expand Down

0 comments on commit 19513a8

Please sign in to comment.