diff options
Diffstat (limited to 'plugins/omemo/src/ui/manage_key_dialog.vala')
-rw-r--r-- | plugins/omemo/src/ui/manage_key_dialog.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/omemo/src/ui/manage_key_dialog.vala b/plugins/omemo/src/ui/manage_key_dialog.vala index b47b2008..41c2321b 100644 --- a/plugins/omemo/src/ui/manage_key_dialog.vala +++ b/plugins/omemo/src/ui/manage_key_dialog.vala @@ -40,7 +40,7 @@ public class ManageKeyDialog : Gtk.Dialog { } public ManageKeyDialog(Row device, Database db) { - Object(use_header_bar : Environment.get_variable("GTK_CSD") != "0" ? 1 : 0); + Object(use_header_bar : 1); this.device = device; this.db = db; |