1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-21 18:02:35 +01:00

make toast wider

closes #1504
This commit is contained in:
Mikael Finstad 2024-08-07 16:27:24 +02:00
parent 3daf257688
commit c495012db2
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

@ -36,6 +36,7 @@ export default Swal;
export const swalToastOptions: SweetAlertOptions = {
...commonSwalOptions,
toast: true,
width: '50vw',
position: 'top',
showConfirmButton: false,
showCloseButton: true,