Always show ssh cat

This commit is contained in:
crschnick
2025-07-21 11:02:59 +00:00
parent c46619d9e8
commit 78de519733

View File

@@ -39,9 +39,4 @@ public class SshCategory extends AppPrefsCategory {
}
return options.buildComp();
}
@Override
protected boolean show() {
return OsType.getLocal() == OsType.WINDOWS;
}
}