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) {
|
public MainWindow(Gtk.Application app) {
|
||||||
set_application(app);
|
set_application(app);
|
||||||
|
icon_name = "write-as-gtk";
|
||||||
try {
|
try {
|
||||||
open_file(draft_file());
|
open_file(draft_file());
|
||||||
} catch (Error err) {/* It's fine... */}
|
} catch (Error err) {/* It's fine... */}
|
||||||
|
Loading…
Reference in New Issue
Block a user