mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-03 19:30:31 +00:00
[release]
This commit is contained in:
@@ -58,10 +58,10 @@ public class RemminaHelper {
|
||||
user = user.split("\\\\")[1];
|
||||
}
|
||||
|
||||
// Use window size as remmina's autosize is broken
|
||||
var w = Math.round(AppMainWindow.get().getStage().getWidth());
|
||||
// Remmina's height calculation does not take the titlebar into account
|
||||
var h = Math.round(AppMainWindow.get().getStage().getHeight()) - 38;
|
||||
// Use window size as remmina's autosize is broken
|
||||
var maximize = "0"; // AppMainWindow.get().getStage().isMaximized() ? "1" : "0";
|
||||
|
||||
var name = OsFileSystem.ofLocal().makeFileSystemCompatible(configuration.getTitle());
|
||||
|
||||
Vendored
+1
@@ -4,6 +4,7 @@
|
||||
- Fix potential stack overflow when transferring directory with 100+ layers of nested directories
|
||||
- Fix MSYS2 shell environment name formatting
|
||||
- Fix category selection always changing when editing connection configurations
|
||||
- Fix Remmina window overlapping taskbar in fullscreen
|
||||
- Show connection name of SSH askpass prompt dialog
|
||||
- Improve interface for custom SSH connections with multiple hosts to always show target
|
||||
- Improve category config dialog description for sync option of special categories
|
||||
|
||||
Reference in New Issue
Block a user