mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 11:59:59 +03:00
This is a major rewrite of the core networking logic enabling one-way control and encryption through the webrtc-dtls crate. closes #164 closes #104
17 lines
538 B
XML
17 lines
538 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="KeyRow" parent="AdwActionRow">
|
|
<child type="prefix">
|
|
<object class="GtkButton" id="delete_button">
|
|
<property name="valign">center</property>
|
|
<property name="halign">end</property>
|
|
<property name="tooltip-text" translatable="yes">revoke authorization</property>
|
|
<property name="icon-name">edit-delete-symbolic</property>
|
|
<style>
|
|
<class name="flat"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|