mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Less claustrophobic extension management modal
This commit is contained in:
@ -604,7 +604,7 @@ async function showExtensionsDetails() {
|
|||||||
${htmlDefault}
|
${htmlDefault}
|
||||||
${htmlExternal}
|
${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) {
|
} catch (error) {
|
||||||
toastr.error('Error loading extensions. See browser console for details.');
|
toastr.error('Error loading extensions. See browser console for details.');
|
||||||
console.error(error);
|
console.error(error);
|
||||||
|
Reference in New Issue
Block a user