diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-08-07 00:46:29 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-08-07 00:46:29 +0200 |
commit | 8cf88ffc580310e2e814d097358ff783cd5c4416 (patch) | |
tree | 4ed75860253ffa667af38664b4fd10e6d7bc29de /application/pages/VersionPage.h | |
parent | 117bfef151c2083085025c32f96461f1c97dbec3 (diff) | |
download | MultiMC-8cf88ffc580310e2e814d097358ff783cd5c4416.tar MultiMC-8cf88ffc580310e2e814d097358ff783cd5c4416.tar.gz MultiMC-8cf88ffc580310e2e814d097358ff783cd5c4416.tar.lz MultiMC-8cf88ffc580310e2e814d097358ff783cd5c4416.tar.xz MultiMC-8cf88ffc580310e2e814d097358ff783cd5c4416.zip |
GH-1314 add UI for custom minecraft jar addition
Also changes the text of the jar mod addition button.
It should be clearer what it does and hopefully will not confuse
as many people.
Diffstat (limited to 'application/pages/VersionPage.h')
-rw-r--r-- | application/pages/VersionPage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/pages/VersionPage.h b/application/pages/VersionPage.h index cc6c0b7b..12a699eb 100644 --- a/application/pages/VersionPage.h +++ b/application/pages/VersionPage.h @@ -58,6 +58,7 @@ private slots: void on_moveUpBtn_clicked(); void on_moveDownBtn_clicked(); void on_jarmodBtn_clicked(); + void on_jarBtn_clicked(); void on_revertBtn_clicked(); void on_editBtn_clicked(); void on_modBtn_clicked(); |