mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 18:32:34 +01:00
fix sweetalert11 issue #789
This commit is contained in:
parent
c0ae63731c
commit
e9014c3fdd
@ -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…
Reference in New Issue
Block a user