Various fixes

This commit is contained in:
crschnick 2025-03-29 13:10:28 +00:00
parent 7f8abedfa7
commit b9cd79c504
7 changed files with 4 additions and 11 deletions

View file

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

View file

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

View file

@ -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());
}
}

View file

@ -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"),

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
dist/logo/logo.ico vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 KiB

After

Width:  |  Height:  |  Size: 131 KiB

View file

@ -1 +1 @@
15.8-7
16.0-1