Skip to content

Commit

Permalink
Merge pull request #57 from City-busz/patch-1
Browse files Browse the repository at this point in the history
window: Set icon
  • Loading branch information
bragefuglseth authored Oct 1, 2024
2 parents 823560c + a5b59bb commit 12eb698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widgets/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ mod imp {

let obj = self.obj();

obj.set_icon_name(Some(APP_ID));
obj.setup_settings();
obj.load_window_size();

Expand Down

0 comments on commit 12eb698

Please sign in to comment.