You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
746 B
22 lines
746 B
<?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> |
|
<property name="default-height">630</property> |
|
<child> |
|
<object class="UserPage"> |
|
<property name="session" bind-source="AccountSettings" bind-property="session" bind-flags="sync-create"/> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="DevicesPage"> |
|
<binding name="user"> |
|
<lookup name="user"> |
|
<lookup name="session">AccountSettings</lookup> |
|
</lookup> |
|
</binding> |
|
</object> |
|
</child> |
|
</template> |
|
</interface>
|
|
|