Skip to content

Commit

Permalink
Remove default language preference setup from geph5-client-gui main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Jul 13, 2024
1 parent 2055905 commit 59ac388
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions binaries/geph5-client-gui/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ fn main() {
)
.with(LogLayer)
.init();
// default prefs
for (key, value) in [("lang", "en")] {
if pref_read(key).is_err() {
pref_write(key, value).unwrap();
}
}

let (icon_rgba, icon_width, icon_height) = {
let icon = include_bytes!("../icon.ico");
Expand Down

0 comments on commit 59ac388

Please sign in to comment.