9bf216a854
This allows also the remove devices
15 lines
453 B
XML
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>
|
|
|