disable UI minimal by default
This commit is contained in:
parent
4901b46257
commit
572315aede
2 changed files with 1 additions and 1 deletions
|
@ -484,6 +484,7 @@ namespace Webpin.Widgets.Views {
|
||||||
app_name_entry.get_style_context ().remove_class ("error");
|
app_name_entry.get_style_context ().remove_class ("error");
|
||||||
app_url_entry.get_style_context ().remove_class ("error");
|
app_url_entry.get_style_context ().remove_class ("error");
|
||||||
icon_button.set_image (new Gtk.Image.from_icon_name (default_app_icon, Gtk.IconSize.DIALOG));
|
icon_button.set_image (new Gtk.Image.from_icon_name (default_app_icon, Gtk.IconSize.DIALOG));
|
||||||
|
minimal_view_mode.active = false;
|
||||||
mode = assistant_mode.new_app;
|
mode = assistant_mode.new_app;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -56,7 +56,6 @@ namespace Webpin.Windows {
|
||||||
|
|
||||||
if (desktop_file.view_mode == "default") {
|
if (desktop_file.view_mode == "default") {
|
||||||
header_build_copy_button ();
|
header_build_copy_button ();
|
||||||
|
|
||||||
header_build_pin_button ();
|
header_build_pin_button ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue