Skip to content

Commit

Permalink
Merge pull request #200 from torikulhabib/master
Browse files Browse the repository at this point in the history
Update GabutWindow.vala
  • Loading branch information
torikulhabib authored Oct 13, 2022
2 parents 18ed90b + 30766fe commit 520d2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GabutWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ namespace Gabut {
public GabutWindow (Gtk.Application application) {
Object (application: application,
hide_on_close: bool.parse (get_dbsetting (DBSettings.ONBACKGROUND)),
dbmenu: bool.parse (get_dbsetting (DBSettings.DBUSMENU)),
title: _("Gabut Download Manager")
);
}

construct {
dbmenu = bool.parse (get_dbsetting (DBSettings.DBUSMENU));
dbusserver = new CanonicalDbusmenu ();
openmenu = new DbusmenuItem ();
openmenu.property_set (MenuItem.LABEL.to_string (), _("Gabut Download Manager"));
Expand Down

0 comments on commit 520d2a6

Please sign in to comment.