Adjust settings window and fix dynamic dialog

This commit is contained in:
Gregory Schier
2025-01-13 12:11:38 -08:00
parent 72ab3f0a3c
commit 4295a09515
4 changed files with 6 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ export function useOpenSettings(tab = SettingsTab.General) {
url: location.href,
label: 'settings',
title: 'Yaak Settings',
innerSize: [600, 550],
innerSize: [750, 600],
});
},
});