Skip to content

Commit

Permalink
Merge pull request #235 from torikulhabib/master
Browse files Browse the repository at this point in the history
Update GabutWindow.vala
  • Loading branch information
torikulhabib committed Apr 15, 2023
2 parents 7737227 + 574a20a commit 04a9f72
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 @@ -260,6 +260,7 @@ namespace Gabut {
return false;
});
set_titlebar (build_headerbar ());
menulabel = int.parse (get_dbsetting (DBSettings.LABELMODE));
}

private Gtk.HeaderBar build_headerbar () {
Expand Down Expand Up @@ -597,7 +598,6 @@ namespace Gabut {

public override void show () {
base.show ();
menulabel = int.parse (get_dbsetting (DBSettings.LABELMODE));
remove_dbus.begin (openmenu);
}

Expand Down

0 comments on commit 04a9f72

Please sign in to comment.