no message

This commit is contained in:
2024-10-25 00:50:19 +03:00
parent 9482abefcc
commit f2de9054d0
52 changed files with 101 additions and 85 deletions

View File

@@ -9,7 +9,7 @@ public class SelectRemoteFile extends CurrentConnectionPass {
boolean needs_directory = false;
@Override
protected boolean canStart(Object... args) {
if (Global.mainModule.getDb().Check(Log, Machine.class, User.class)) {
if (Global.mainModule.getDb().CheckCurrent(Log, Machine.class, User.class)) {
needs_directory = (boolean) args[0];
Global.mainModule.set(Current.RemoteFile, null);
return true;