Toggle for notification counter badge

This commit is contained in:
Philipp Unger
2022-04-18 23:18:21 +02:00
parent 6215a2f400
commit dbce12a359

View File

@@ -80,6 +80,19 @@
</object>
</child>
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">Show notification counter badge</property>
<child>
<object class="GtkSwitch" id="show_notification_badge_switch">
<property name="visible">True</property>
<property name="halign">end</property>
<property name="valign">center</property>
</object>
</child>
</object>
</child>
</object>
</child>