Двоеточия в счетчиках таблиц. Исправление бага с неотображением версий при загрузке базы.

This commit is contained in:
2023-11-13 17:12:16 +03:00
parent 84f87ca957
commit 7506a41499
13 changed files with 34 additions and 20 deletions

View File

@@ -157,7 +157,7 @@ public class UI {
public static ComponentsForm getComponentsWindow() {
return (ComponentsForm) windows.get(FormType.Components);
}
public static boolean HasNewMainWindow() {
public static boolean HasMainWindow() {
return getMainWindow() != null;
}
public static SearchReplaceForm getSearchReplaceForm() {