no message

This commit is contained in:
2025-02-04 17:07:03 +03:00
parent b0941d6bfd
commit fb98945b38
4 changed files with 10 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ public abstract class ClientPass <S extends RepositoryServer,T> extends Pass<T>
protected RepositoryPass request;
@Override
protected boolean needsAnimation() {
return true;
return false;
}
@Override
public String getButtonText() {