mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
Fix vault manager not showing if no vaults exist
This commit is contained in:
1
src/ui/bootstrap.js
vendored
1
src/ui/bootstrap.js
vendored
@@ -1,7 +1,6 @@
|
||||
import { vaultService } from "../services/vault-service.js";
|
||||
|
||||
export function showVaultManager() {
|
||||
if (!document.querySelector(".workspace")) return;
|
||||
if (document.querySelector(".vault-manager-overlay")) return;
|
||||
|
||||
new window.IgnisUI.VaultManager({
|
||||
|
||||
Reference in New Issue
Block a user