mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2024-11-23 17:13:11 +03:00
11 lines
363 B
Plaintext
11 lines
363 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<requires lib="gtk" version="4.0"/>
|
||
|
<object class="GtkAboutDialog" id="about_dialog">
|
||
|
<property name="can-focus">True</property>
|
||
|
<property name="destroy-with-parent">True</property>
|
||
|
<property name="logo-icon-name">blue-recorder</property>
|
||
|
<property name="modal">True</property>
|
||
|
</object>
|
||
|
</interface>
|