no message

This commit is contained in:
2025-02-14 03:16:43 +03:00
parent 209bb2455d
commit c76908ad58
13 changed files with 70 additions and 11 deletions

View File

@@ -18,6 +18,10 @@ public class ShowComponentChangesLog extends ComponentsServerPass<Component> {
return "/Common/icons/Log.png";
}
@Override
protected boolean isSafe() {
return false;
}
@Override
protected boolean canStart(Object... args) throws Exception {
if (Global.components.getUI().CheckCurrent(Log)) {
target = Global.components.getUI().getCurrent();