diff options
author | Stiepen22 <stiepen22@gmx.de> | 2013-09-06 17:08:12 +0200 |
---|---|---|
committer | Stiepen22 <stiepen22@gmx.de> | 2013-09-06 17:08:12 +0200 |
commit | 2acfd00d76b79c49b61f651b5459f65803601a95 (patch) | |
tree | f16af69757ed76600c6a8cbae8038610ab4174cd /MultiMC.pro | |
parent | d587e7ada4a325cff3974be11e1829fabd52a259 (diff) | |
download | PrismLauncher-2acfd00d76b79c49b61f651b5459f65803601a95.tar.gz PrismLauncher-2acfd00d76b79c49b61f651b5459f65803601a95.tar.bz2 PrismLauncher-2acfd00d76b79c49b61f651b5459f65803601a95.zip |
Implemented basic offline mode
Diffstat (limited to 'MultiMC.pro')
-rw-r--r-- | MultiMC.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MultiMC.pro b/MultiMC.pro index 6af1ec0d..b3b7faff 100644 --- a/MultiMC.pro +++ b/MultiMC.pro @@ -39,7 +39,8 @@ HEADERS += gui/mainwindow.h \ FORMS += gui/mainwindow.ui \ gui/settingsdialog.ui \ gui/modeditwindow.ui \ - gui/instancesettings.ui + gui/instancesettings.ui \ + gui/logindialog.ui RESOURCES += \ multimc.qrc |