no message

This commit is contained in:
2024-10-14 18:41:02 +03:00
parent 702529147d
commit 45447f34f8
54 changed files with 200 additions and 100 deletions

View File

@@ -94,7 +94,7 @@ public class Pass<T> {
} catch (Exception ex) {
Utils_.MainLog.PrintException(ex);
}
MainModule_.instance.fastAccessMenuBar.Refresh(); //todo все бары в мейн модуль. или уи.мейн модуль
MainModule_.instance.getUI().getFastAccessMenuBar().Refresh();
}
}
public boolean isDone() {