mirror of
https://github.com/xpipe-io/xpipe.git
synced 2025-04-17 09:43:37 +00:00
Various fixes
This commit is contained in:
parent
7f8abedfa7
commit
b9cd79c504
7 changed files with 4 additions and 11 deletions
|
@ -173,7 +173,7 @@ public class ModalOverlayComp extends SimpleComp {
|
|||
r.requestFocus();
|
||||
}
|
||||
});
|
||||
content.setSpacing(25);
|
||||
content.setSpacing(20);
|
||||
content.setPadding(new Insets(13, 27, 20, 27));
|
||||
|
||||
if (newValue.getTitleKey() != null) {
|
||||
|
|
|
@ -50,12 +50,11 @@ public class AppWindowsShutdown {
|
|||
public static final int WM_QUERYENDSESSION = 0x11;
|
||||
public static final long ENDSESSION_CRITICAL = 0x40000000L;
|
||||
|
||||
@Setter
|
||||
@RequiredArgsConstructor
|
||||
public static final class WinShutdownHookProc implements WinHookProc {
|
||||
|
||||
@Setter
|
||||
private WinUser.HHOOK hhook;
|
||||
@Setter
|
||||
private WinDef.HWND hwnd;
|
||||
|
||||
@Override
|
||||
|
|
|
@ -67,11 +67,6 @@ public class AppInstaller {
|
|||
|
||||
public abstract void installLocal(Path file) throws Exception;
|
||||
|
||||
public boolean isCorrectAsset(String name) {
|
||||
return name.endsWith(getExtension())
|
||||
&& name.contains(AppProperties.get().getArch());
|
||||
}
|
||||
|
||||
public abstract String getExtension();
|
||||
|
||||
@JsonTypeName("msi")
|
||||
|
@ -135,7 +130,6 @@ public class AppInstaller {
|
|||
logFile,
|
||||
args,
|
||||
exec,
|
||||
exec,
|
||||
AppProperties.get().getDataDir());
|
||||
}
|
||||
|
||||
|
@ -161,7 +155,6 @@ public class AppInstaller {
|
|||
logFile,
|
||||
startProcessProperty,
|
||||
exec,
|
||||
exec,
|
||||
AppProperties.get().getDataDir());
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@ public enum DocumentationLink {
|
|||
|
||||
INDEX(""),
|
||||
TTY("troubleshoot/tty"),
|
||||
WINDOWS_SSH("troubleshoot/windows-ssh"),
|
||||
MACOS_SETUP("guide/installation#macos"),
|
||||
SSH_AGENT("troubleshoot/ssh-agent-socket"),
|
||||
DOUBLE_PROMPT("troubleshoot/two-step-connections"),
|
||||
|
|
BIN
dist/logo/ico/logo_40x40.png
vendored
BIN
dist/logo/ico/logo_40x40.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
BIN
dist/logo/logo.ico
vendored
BIN
dist/logo/logo.ico
vendored
Binary file not shown.
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 131 KiB |
2
version
2
version
|
@ -1 +1 @@
|
|||
15.8-7
|
||||
16.0-1
|
||||
|
|
Loading…
Add table
Reference in a new issue