Skip to content

Commit

Permalink
make toast wider
Browse files Browse the repository at this point in the history
closes #1504
  • Loading branch information
mifi committed Aug 7, 2024
1 parent 3daf257 commit c495012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/src/swal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default Swal;
export const swalToastOptions: SweetAlertOptions = {
...commonSwalOptions,
toast: true,
width: '50vw',
position: 'top',
showConfirmButton: false,
showCloseButton: true,
Expand Down

0 comments on commit c495012

Please sign in to comment.