Schedule Page: Put manual schedule settings in expander row

This commit is contained in:
Romain Vigier
2026-08-02 00:25:06 +02:00
parent e867724389
commit 97be9bfffa
+6 -1
View File
@@ -11,9 +11,12 @@ SPDX-License-Identifier: GPL-3.0-or-later
<child>
<object class="AdwPreferencesGroup">
<child>
<object class="AdwSwitchRow" id="manual_schedule_switch">
<object class="AdwExpanderRow">
<property name="title" translatable="yes">Manual schedule</property>
<property name="subtitle" translatable="yes">Use a manual schedule instead of the one computed from your location.</property>
<child type="suffix">
<object class="GtkSwitch" id="manual_schedule_switch">
<property name="valign">center</property>
</object>
</child>
<child>
@@ -44,6 +47,8 @@ SPDX-License-Identifier: GPL-3.0-or-later
</child>
</object>
</child>
</object>
</child>
<child>
<object class="AdwPreferencesGroup">
<child>