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.
32 lines
1.1 KiB
32 lines
1.1 KiB
<?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" id="user_page"> |
|
<property name="session" bind-source="AccountSettings" bind-property="session" bind-flags="sync-create"/> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="NotificationsPage"> |
|
<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> |
|
<child> |
|
<object class="SecurityPage" id="security_page"> |
|
<property name="session" bind-source="AccountSettings" bind-property="session" bind-flags="sync-create"/> |
|
</object> |
|
</child> |
|
</template> |
|
</interface>
|
|
|