Small fixes

This commit is contained in:
crschnick
2026-04-05 10:54:05 +00:00
parent b11a68220d
commit 8b408bc7e9
2 changed files with 2 additions and 0 deletions
@@ -74,6 +74,7 @@ public class AppBaseMode extends AppOperationMode {
WindowsRegistry.init();
AppAvCheck.check();
AppJavaOptionsCheck.check();
AppHardwareAccelerationDisableCheck.check();
AppSid.init();
AppBeaconServer.init();
AppLayoutModel.init();
@@ -212,6 +212,7 @@ public class BitwardenPasswordManager implements PasswordManager {
.setEnvironmentVariable(
"BITWARDENCLI_APPDATA_DIR",
AppCache.getBasePath().resolve("bitwarden").toString());
Files.createDirectories(AppCache.getBasePath().resolve("bitwarden"));
}
SHELL.start();
return SHELL;