Skip to content

Commit

Permalink
window: Set icon
Browse files Browse the repository at this point in the history
This is commonly used by desktop environments on Xorg.
  • Loading branch information
City-busz authored Oct 1, 2024
1 parent 823560c commit a5b59bb
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 a5b59bb

Please sign in to comment.