forked from tchx84/Gameeky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_window.ui
19 lines (19 loc) · 946 Bytes
/
about_window.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.16.0 -->
<interface>
<!-- interface-name about_window.ui -->
<requires lib="libadwaita" version="1.2"/>
<object class="AdwAboutWindow" id="AboutWindow">
<property name="application-icon">dev.tchx84.Gameeky</property>
<property name="application-name">Gameeky</property>
<property name="copyright">© 2023-2024 Martín Abente Lahaye</property>
<property name="designers">Jakub Steiner
Tobias Bernard</property>
<property name="developer-name">Martín Abente Lahaye</property>
<property name="developers">Martín Abente Lahaye</property>
<property name="issue-url">https://github.com/tchx84/gameeky/issues</property>
<property name="translator-credits">Patricia Escauriza Butterworth</property>
<property name="version">0.6.0</property>
<property name="website">https://github.com/tchx84/gameeky</property>
</object>
</interface>