fixed: close button
This commit is contained in:
parent
4c53612b14
commit
7af2396301
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue