рефакторинг. переносил текущие объекты в другое место

This commit is contained in:
2024-10-13 22:08:13 +03:00
parent 09b64218bd
commit 6afa2dc892
240 changed files with 1472 additions and 1518 deletions

View File

@@ -21,7 +21,7 @@ public class SynchronizeBugReports extends ComponentsRepositoryPass<Object> {
}
@Override
protected boolean canStart(Object... args) throws Exception {
return Current.getAccount().CheckRegistered(Log);
return Global.mainModule.getAccount().CheckRegistered(Log);
}
@Override
protected void showPreparation() throws Exception {