mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-03 11:20:34 +00:00
Small fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user