fix sweetalert11 issue #789

pull/794/head
Mikael Finstad 5 years ago
parent c0ae63731c
commit e9014c3fdd
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -102,7 +102,7 @@ export async function askForOutDir(defaultPath) {
export async function askForFileOpenAction() {
const { value } = await Swal.fire({
title: i18n.t('You opened a new file. What do you want to do?'),
text: i18n.t('You opened a new file. What do you want to do?'),
icon: 'question',
input: 'radio',
inputValue: 'open',

@ -60,4 +60,9 @@ kbd {
/* !important is important: https://github.com/mifi/lossless-cut/issues/541#issuecomment-750003650 */
align-items: flex-start !important;
text-align: left;
}
.swal2-container {
/* because body is set to white */
color: black;
}
Loading…
Cancel
Save