Skip to content
Snippets Groups Projects
Commit 23ff58fc authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix preference panel update settings

parent 29389f25
No related branches found
No related tags found
No related merge requests found
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
Software updates: Software updates:
</text> </text>
<combo_box <combo_box
control_name="UpdaterServiceSetting" control_name="AlchemyUpdatePreference"
follows="left|top" follows="left|top"
height="23" height="23"
layout="topleft" layout="topleft"
...@@ -186,28 +186,16 @@ ...@@ -186,28 +186,16 @@
<combo_box.item <combo_box.item
label="Install each update automatically" label="Install each update automatically"
name="Install_automatically" name="Install_automatically"
value="3" /> value="0" />
<combo_box.item <combo_box.item
label="Ask me when an optional update is ready to install" label="Ask me when an optional update is ready to install"
name="Install_ask" name="Install_ask"
value="1" /> value="1" />
<combo_box.item <combo_box.item
label="Install only mandatory updates" label="Ask me when to download and install updates"
name="Install_manual" name="Install_manual"
value="0" /> value="2" />
</combo_box> </combo_box>
<check_box
top_delta="4"
enabled="true"
follows="left|top"
height="14"
control_name="UpdaterWillingToTest"
label="Willing to update to release candidates"
left_delta="0"
mouse_opaque="true"
name="update_willing_to_test"
width="400"
top_pad="5"/>
<check_box <check_box
top_delta="4" top_delta="4"
enabled="true" enabled="true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment