mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-23 16:09:20 -04:00
Fixes
This commit is contained in:
@@ -18,7 +18,7 @@ public class NativeBridge {
|
||||
if (macOsLibrary == null && !loadingFailed) {
|
||||
try {
|
||||
System.setProperty("jna.library.path", XPipeInstallation.getCurrentInstallationBasePath()
|
||||
.resolve("Contents").resolve("runtime").resolve("Home").resolve("lib").toString());
|
||||
.resolve("Contents").resolve("runtime").resolve("Contents").resolve("Home").resolve("lib").toString());
|
||||
var l = Native.load("xpipe_bridge", MacOsLibrary.class, Map.of());
|
||||
macOsLibrary = l;
|
||||
} catch (Throwable t) {
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
}
|
||||
|
||||
.root.macos:seamless-frame {
|
||||
-fx-padding: 0 0 27 0;
|
||||
-fx-padding: 0 0 25 0;
|
||||
}
|
||||
|
||||
.root:dark:separate-frame .background {
|
||||
|
||||
Reference in New Issue
Block a user