mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Remove title from assets download prompt
This commit is contained in:
@@ -115,8 +115,7 @@ public class AssetsDownloader {
|
|||||||
message += "This download is mandatory to start the app since you haven't previously downloaded these files.";
|
message += "This download is mandatory to start the app since you haven't previously downloaded these files.";
|
||||||
options = new String[] { "Download", "Exit" };
|
options = new String[] { "Download", "Exit" };
|
||||||
}
|
}
|
||||||
switch (SOptionPane.showOptionDialog(message, "Download Resource Files?",
|
switch (SOptionPane.showOptionDialog(message, "", null, options)) {
|
||||||
null, options)) {
|
|
||||||
case 1:
|
case 1:
|
||||||
if (!canIgnoreDownload) {
|
if (!canIgnoreDownload) {
|
||||||
Forge.exit(true); //exit if can't ignore download
|
Forge.exit(true); //exit if can't ignore download
|
||||||
|
|||||||
Reference in New Issue
Block a user