26 lines
999 B
XML
26 lines
999 B
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>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|