восстановил отображение текущей двм системы на вкладке

This commit is contained in:
2023-12-11 18:52:23 +03:00
parent 12e963ca1b
commit 953ff522d5
8 changed files with 20 additions and 25 deletions

View File

@@ -76,13 +76,13 @@ public class UsersDBTable extends iDBTable<User> {
@Override
public void ShowCurrentObject() throws Exception {
super.ShowCurrentObject();
UI.getMainWindow().ShowCredentials();
// UI.getMainWindow().ShowCurrentCompiler();
UI.testingBar.ShowUser();
}
@Override
public void ShowNoCurrentObject() throws Exception {
super.ShowNoCurrentObject();
UI.getMainWindow().ShowCredentials();
// UI.getMainWindow().ShowCurrentCompiler();
UI.testingBar.ShowNoUser();
}