Add a window icon for taskbars which don't read the application launcher.
This commit is contained in:
parent
ef5d657d0c
commit
9b6e6d8b4d
@ -43,6 +43,7 @@ public class WriteAs.MainWindow : Gtk.ApplicationWindow {
|
||||
|
||||
public MainWindow(Gtk.Application app) {
|
||||
set_application(app);
|
||||
icon_name = "write-as-gtk";
|
||||
try {
|
||||
open_file(draft_file());
|
||||
} catch (Error err) {/* It's fine... */}
|
||||
|
Loading…
Reference in New Issue
Block a user