This commit is contained in:
crschnick 2024-07-17 10:30:15 +00:00
parent 940480918e
commit 69938b469f
2 changed files with 2 additions and 2 deletions

View file

@ -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) {

View file

@ -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 {