fractal/data/resources/ui/account-settings.ui
Julian Sparber 9bf216a854 account-settings: Add device list
This allows also the remove devices
2021-09-24 13:15:29 +02:00

15 lines
453 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="AccountSettings" parent="AdwPreferencesWindow">
<property name="title" translatable="yes">Account Settings</property>
<property name="search-enabled">False</property>
<child>
<object class="DevicesPage">
<binding name="user">
<lookup name="user">AccountSettings</lookup>
</binding>
</object>
</child>
</template>
</interface>