mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Merge branch 'master' into 'master'
[Mobile] update button text See merge request core-developers/forge!3757
This commit is contained in:
@@ -157,7 +157,7 @@ public class AssetsDownloader {
|
|||||||
FileUtil.writeFile(versionFile, Forge.CURRENT_VERSION);
|
FileUtil.writeFile(versionFile, Forge.CURRENT_VERSION);
|
||||||
|
|
||||||
//add restart after assets update
|
//add restart after assets update
|
||||||
switch (SOptionPane.showOptionDialog("Resource update finished. Please restart Forge.", "", null, ImmutableList.of("Ok"))) {
|
switch (SOptionPane.showOptionDialog("Resource update finished...", "", null, ImmutableList.of("Restart"))) {
|
||||||
default:
|
default:
|
||||||
Forge.restart(true);
|
Forge.restart(true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user