mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +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.";
|
||||
options = new String[] { "Download", "Exit" };
|
||||
}
|
||||
switch (SOptionPane.showOptionDialog(message, "Download Resource Files?",
|
||||
null, options)) {
|
||||
switch (SOptionPane.showOptionDialog(message, "", null, options)) {
|
||||
case 1:
|
||||
if (!canIgnoreDownload) {
|
||||
Forge.exit(true); //exit if can't ignore download
|
||||
|
||||
Reference in New Issue
Block a user