mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
45 lines
1.5 KiB
XML
45 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
|
|
<object class="GtkBox" id="box_secondarymenu_options">
|
|
<property name="orientation">vertical</property>
|
|
<property name="width-request">600</property>
|
|
<property name="spacing">24</property>
|
|
<property name="margin-top">32</property>
|
|
<property name="margin-bottom">32</property>
|
|
<property name="margin-start">32</property>
|
|
<property name="margin-end">32</property>
|
|
|
|
<child>
|
|
<object class="AdwPreferencesGroup">
|
|
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="title" translatable="yes">Integrate <i>AppMenu</i> items</property>
|
|
<child>
|
|
<object class="GtkSwitch" id="secondarymenu_appmenu_switch">
|
|
<property name="valign">center</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="title" translatable="yes"><i>App Details</i> menu item</property>
|
|
<property name="subtitle" translatable="yes"><i>App Details</i> is only available when Gnome Software is installed</property>
|
|
<child>
|
|
<object class="GtkSwitch" id="secondarymenu_showdetails_switch">
|
|
<property name="valign">center</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
|
|
</object>
|
|
</child>
|
|
</object>
|
|
|
|
</interface>
|