Add a window icon for taskbars which don't read the application launcher.

This commit is contained in:
Adrian Cochrane 2018-04-19 11:05:02 +12:00
parent ef5d657d0c
commit 9b6e6d8b4d

View File

@ -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... */}