client: Always show close button in account editor

Fix #1556
This commit is contained in:
Cédric Bellegarde 2023-10-02 20:30:56 +02:00 committed by Niels De Graef
parent 5dde584f1f
commit 80fa9beab8

View file

@ -7,7 +7,7 @@
<property name="title" translatable="yes">Edit Account</property>
<property name="subtitle" translatable="yes">Account Name</property>
<property name="has_subtitle">False</property>
<property name="show_close_button">False</property>
<property name="show_close_button">True</property>
<child>
<object class="GtkGrid">
<property name="visible">True</property>