Skip to content

Commit

Permalink
Created an icon for the app
Browse files Browse the repository at this point in the history
  • Loading branch information
danigm committed Aug 24, 2017
1 parent 82db8fb commit aea5d7f
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 1 deletion.
1 change: 0 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Functionality:
* Send media messages (images / videos)

Other stuff:
* Create an icon for the app
* Set the app name correctly to show in the shell topbar
* Make sidebars hideables

Expand Down
149 changes: 149 additions & 0 deletions res/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ impl App {
.expect("Couldn't find main_window in ui file.");

window.set_title("Guillotine");
window.set_icon_from_file("res/icon.svg");
window.show_all();

let op = self.op.clone();
Expand Down

0 comments on commit aea5d7f

Please sign in to comment.