mirror of
https://github.com/ankitects/anki.git
synced 2026-01-07 02:53:54 -05:00
Group both update options into their own subsection
This commit is contained in:
parent
a657f91fe6
commit
7dd4128d56
2 changed files with 12 additions and 14 deletions
|
|
@ -40,6 +40,7 @@ preferences-theme-follow-system = Follow System
|
||||||
preferences-theme-light = Light
|
preferences-theme-light = Light
|
||||||
preferences-theme-dark = Dark
|
preferences-theme-dark = Dark
|
||||||
preferences-v3-scheduler = V3 scheduler
|
preferences-v3-scheduler = V3 scheduler
|
||||||
|
preferences-updates = Updates
|
||||||
preferences-check-for-updates = Check for program updates
|
preferences-check-for-updates = Check for program updates
|
||||||
preferences-check-for-addon-updates = Check for add-on updates
|
preferences-check-for-addon-updates = Check for add-on updates
|
||||||
preferences-ignore-accents-in-search = Ignore accents in search (slower)
|
preferences-ignore-accents-in-search = Ignore accents in search (slower)
|
||||||
|
|
|
||||||
|
|
@ -82,27 +82,24 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="0">
|
</layout>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QGroupBox" name="updatesGroup">
|
||||||
|
<property name="title">
|
||||||
|
<string>preferences_updates</string>
|
||||||
|
</property>
|
||||||
|
<layout class="QVBoxLayout" name="updatesLayout">
|
||||||
|
<item>
|
||||||
<widget class="QCheckBox" name="check_for_updates">
|
<widget class="QCheckBox" name="check_for_updates">
|
||||||
<property name="sizePolicy">
|
|
||||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
||||||
<horstretch>0</horstretch>
|
|
||||||
<verstretch>0</verstretch>
|
|
||||||
</sizepolicy>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>preferences_check_for_updates</string>
|
<string>preferences_check_for_updates</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="3" column="0">
|
<item>
|
||||||
<widget class="QCheckBox" name="check_for_addon_updates">
|
<widget class="QCheckBox" name="check_for_addon_updates">
|
||||||
<property name="sizePolicy">
|
|
||||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
||||||
<horstretch>0</horstretch>
|
|
||||||
<verstretch>0</verstretch>
|
|
||||||
</sizepolicy>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>preferences_check_for_addon_updates</string>
|
<string>preferences_check_for_addon_updates</string>
|
||||||
</property>
|
</property>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue