fixed: close button

This commit is contained in:
Artem Anufrij 2017-08-10 21:18:37 +02:00
parent 4c53612b14
commit 7af2396301

View file

@ -43,7 +43,7 @@ namespace Webpin {
var headerbar = new Gtk.HeaderBar (); var headerbar = new Gtk.HeaderBar ();
headerbar.title = webapp_name; headerbar.title = webapp_name;
headerbar.show_close_button = true;
//style //style
if (web_app.ui_color != "none") { if (web_app.ui_color != "none") {
try { try {