gnome-control-center/panels/diagnostics/cc-diagnostics-panel.ui
2022-05-29 23:02:42 +00:00

29 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CcDiagnosticsPanel" parent="CcPanel">
<child type="content">
<object class="AdwPreferencesPage">
<child>
<object class="AdwPreferencesGroup" id="diagnostics_group">
<property name="title" translatable="yes">Problem Reporting</property>
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">_Automatic Problem Reporting</property>
<property name="use-underline">True</property>
<property name="activatable-widget">abrt_switch</property>
<child type="suffix">
<object class="GtkSwitch" id="abrt_switch">
<property name="valign">center</property>
<accessibility>
<property name="label" translatable="yes">Enable</property>
</accessibility>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</child>
</template>
</interface>