Добавил анимацию распаковки пакета сапфор после его скачивания.
This commit is contained in:
@@ -245,7 +245,7 @@ public class UI {
|
||||
});
|
||||
menuBars.put(VariantsSet.class, new VariantsMenuBar());
|
||||
menuBars.put(SubsribersDBTable.class, new SubscribersMenuBar());
|
||||
menuBars.put(SapforProfilesDBTable.class, new DataMenuBar("профили", PassCode_2021.SaveProfile, PassCode_2021.EditProfile, PassCode_2021.ApplyProfile,PassCode_2021.DeleteProfile));
|
||||
menuBars.put(SapforProfilesDBTable.class, new DataMenuBar("профили", PassCode_2021.SaveProfile, PassCode_2021.EditProfile, PassCode_2021.ApplyProfile, PassCode_2021.DeleteProfile));
|
||||
menuBars.put(ServerSapforsDBTable.class, new ServerSapforsBar());
|
||||
menuBars.put(SapforTasksDBTable.class, new SapforTasksMenuBar());
|
||||
//---->>
|
||||
@@ -437,7 +437,7 @@ public class UI {
|
||||
versionsWindow = new VersionsForm(Current.getRoot());
|
||||
}
|
||||
public static DebugWindow getDebugWindow() {
|
||||
if (debugWindow==null)
|
||||
if (debugWindow == null)
|
||||
debugWindow = new DebugForm();
|
||||
return debugWindow;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user