Skip to content

Commit d8ac1f4

Browse files
committed
Trying to Make MMC message more explicit.
1 parent caed32b commit d8ac1f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

final/src/main/java/com/fox2code/foxloader/installer/InstallerGUI.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,9 @@ public void extractMMCInstance() {
341341
showMessage("FoxLoader " + BuildConfig.FOXLOADER_VERSION +
342342
" for ReIndev " + BuildConfig.REINDEV_VERSION + " MMC Instance has been successfully extracted!\n" +
343343
"(The file should be a \".zip\" next to the installer)\n\n" +
344-
"To import a zip: Add Instance -> Import from zip -> Browse", false);
344+
"To import a zip: Add Instance -> Import from zip -> Browse\n" +
345+
"You can also drag and drop the zip file onto your MMC launcher GUI.\n\n" +
346+
"MMM = MultiMC based launcher (MultiMC/PolyMC/PrismLauncher)", false);
345347
}
346348

347349
public void doSilentInstall() throws IOException {

0 commit comments

Comments
 (0)