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.
 
 
 

39 lines
1.3 KiB

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="DevicesPage" parent="AdwPreferencesPage">
<property name="icon-name">devices-symbolic</property>
<property name="title" translatable="yes">Sessions</property>
<property name="name">sessions</property>
<child>
<object class="AdwPreferencesGroup">
<property name="title" translatable="yes">Current Session</property>
<child>
<object class="GtkListBox" id="current_session">
<accessibility>
<property name="label" translatable="yes">Current Session</property>
</accessibility>
<style>
<class name="content"/>
</style>
</object>
</child>
</object>
</child>
<child>
<object class="AdwPreferencesGroup" id="other_sessions_group">
<property name="title" translatable="yes">Other Active Sessions</property>
<child>
<object class="GtkListBox" id="other_sessions">
<accessibility>
<property name="label" translatable="yes">Other Active Sessions</property>
</accessibility>
<style>
<class name="content"/>
</style>
</object>
</child>
</object>
</child>
</template>
</interface>