GH-994 hopefully fix issue with people still using jar mods

Added an 'add mods' button to the version page
Add jar mods now has a very angry nag dialog until it's used successfully
Buttons on version page are rearranged to deemphasize jar mods
This commit is contained in:
Petr Mrázek
2015-05-29 02:22:02 +02:00
parent a98e1df10c
commit b7f8241968
9 changed files with 91 additions and 8 deletions

View File

@ -181,12 +181,12 @@
</widget>
</item>
<item>
<widget class="QPushButton" name="jarmodBtn">
<widget class="QPushButton" name="modBtn">
<property name="toolTip">
<string>Add a mod into the Minecraft jar file.</string>
<string>Install normal mods.</string>
</property>
<property name="text">
<string>Add jar mod</string>
<string>Install mods</string>
</property>
</widget>
</item>
@ -196,13 +196,23 @@
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>List</string>
<string>Advanced</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="jarmodBtn">
<property name="toolTip">
<string>Add a mod into the Minecraft jar file.</string>
</property>
<property name="text">
<string>Add jar mod</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="resetOrderBtn">
<property name="toolTip">
@ -230,8 +240,8 @@
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
<width>111</width>
<height>13</height>
</size>
</property>
</spacer>
@ -269,6 +279,7 @@
<tabstop>revertBtn</tabstop>
<tabstop>forgeBtn</tabstop>
<tabstop>liteloaderBtn</tabstop>
<tabstop>modBtn</tabstop>
<tabstop>jarmodBtn</tabstop>
<tabstop>resetOrderBtn</tabstop>
<tabstop>reloadBtn</tabstop>