user-accounts: Hide fingerprint dialogue by default
The dialogue was shown when loaded by GtkBuilder, and then parented properly, which made it jump before display. https://bugzilla.gnome.org/show_bug.cgi?id=641990
This commit is contained in:
parent
07664136d0
commit
50211514c5
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
<property name="border_width">12</property>
|
||||
<property name="title" translatable="yes">Enable Fingerprint Login</property>
|
||||
<property name="icon_name">system-users</property>
|
||||
<property name="visible">False</property>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
|
|
Loading…
Add table
Reference in a new issue