mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-18 19:22:37 +00:00
Ability to cancel renaming identifiers on file load
This commit is contained in:
@@ -968,7 +968,7 @@ public class Main {
|
||||
@Override
|
||||
public void status(String status) {
|
||||
if ("renaming.identifiers".equals(status)) {
|
||||
startWork(AppStrings.translate("work.renaming.identifiers"), null);
|
||||
startWork(AppStrings.translate("work.renaming.identifiers"), worker);
|
||||
}
|
||||
}
|
||||
}, Configuration.parallelSpeedUp.get(), charset);
|
||||
@@ -1064,7 +1064,7 @@ public class Main {
|
||||
@Override
|
||||
public void status(String status) {
|
||||
if ("renaming.identifiers".equals(status)) {
|
||||
startWork(AppStrings.translate("work.renaming.identifiers"), null);
|
||||
startWork(AppStrings.translate("work.renaming.identifiers"), worker);
|
||||
}
|
||||
}
|
||||
}, Configuration.parallelSpeedUp.get(), false, true, new UrlResolver() {
|
||||
|
||||
Reference in New Issue
Block a user