Less claustrophobic extension management modal

This commit is contained in:
Cohee 2024-03-17 02:22:02 +02:00
parent dc74f546d5
commit 3aa6aace8c
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ async function showExtensionsDetails() {
${htmlDefault}
${htmlExternal}
`;
popupPromise = callPopup(`<div class="extensions_info">${html}</div>`, 'text');
popupPromise = callPopup(`<div class="extensions_info">${html}</div>`, 'text', '', { okButton: 'Close', wide: true, large: true });
} catch (error) {
toastr.error('Error loading extensions. See browser console for details.');
console.error(error);