mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-09 09:41:27 +03:00
impl fingerprint ui logic
This commit is contained in:
@@ -240,7 +240,7 @@
|
||||
<signal name="clicked" handler="handle_add_cert_fingerprint" swapped="true"/>
|
||||
<property name="child">
|
||||
<object class="AdwButtonContent">
|
||||
<property name="icon-name">list-add-symbolic</property>
|
||||
<property name="icon-name">auth-fingerprint-symbolic</property>
|
||||
<property name="label" translatable="yes">Add</property>
|
||||
</object>
|
||||
</property>
|
||||
@@ -250,10 +250,10 @@
|
||||
</object>
|
||||
</property>
|
||||
<child>
|
||||
<object class="GtkListBox" id="fingerprint_list">
|
||||
<object class="GtkListBox" id="authorized_list">
|
||||
<property name="selection-mode">none</property>
|
||||
<child type="placeholder">
|
||||
<object class="AdwActionRow">
|
||||
<object class="AdwActionRow" id="authorized_placeholder">
|
||||
<property name="title">no fingerprints!</property>
|
||||
<property name="subtitle">add a public key fingerprint via the + button</property>
|
||||
</object>
|
||||
|
||||
Reference in New Issue
Block a user