This commit is contained in:
crschnick
2026-04-05 12:55:04 +00:00
parent c225a19f87
commit f96d0e3419
@@ -43,15 +43,7 @@ public class RemoteDesktopWindow {
}
}
public static boolean isSupported() {
return OsType.ofLocal() == OsType.WINDOWS;
}
public static void init() {
if (!isSupported()) {
return;
}
State state = AppCache.getNonNull("remoteDesktopWindowState", State.class, () -> null);
var model = new RemoteDesktopDockView(rect -> rect, () -> {
return INSTANCE.nativeWinWindowControl;