Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
add icon to FTW
Browse files Browse the repository at this point in the history
  • Loading branch information
Bajoja committed Apr 8, 2017
1 parent a383d29 commit 6afe2d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FirstTimeWizard.vala
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ namespace KDEConnectIndicator {
public FirstTimeWizard (KDEConnectManager manager) {
this.default_width = 600;
this.default_height = 500;
this.set_icon_name("kdeconnect");
this.manager = manager;

var stack = new Gtk.Stack ();
Expand Down

0 comments on commit 6afe2d6

Please sign in to comment.