implemented labled switch

This commit is contained in:
2024-04-02 02:35:52 +03:00
parent d6b6c220b8
commit b01e248971
4 changed files with 33 additions and 7 deletions

View File

@@ -6,8 +6,23 @@
<object class="GtkBox" id="content">
<property name="orientation">vertical</property>
<child>
<object class="LabledSwitch" id="hiragana-enable">
<!-- <property name="label_text">Enable hiragana?</property> -->
<object class="LabledSwitch" id="hiragana_enable">
<property name="label_text">Enable hiragana?</property>
</object>
</child>
<child>
<object class="LabledSwitch" id="katakana_enable">
<property name="label_text">Enable katakana?</property>
</object>
</child>
<child>
<object class="LabledSwitch" id="ktr_enable">
<property name="label_text">Enable kana to romaji?</property>
</object>
</child>
<child>
<object class="LabledSwitch" id="rtk_enable">
<property name="label_text">Enable romaji to kana?</property>
</object>
</child>
</object>