Skip to content

Commit

Permalink
Update GabutWindow.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
torikulhabib committed Oct 13, 2022
1 parent 7a6940b commit 30766fe
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 30766fe

Please sign in to comment.