mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-02-17 10:58:38 +01:00
fix: 🐛 Abnormal operations cause the program that cannot be closed
This commit is contained in:
parent
c45cf64d82
commit
b9891404f4
@ -115,7 +115,7 @@ export default (mainWindow) => {
|
||||
checkboxLabel: await t('close.remember'),
|
||||
})
|
||||
|
||||
if (checkboxChecked) {
|
||||
if (checkboxChecked && [0, 1].includes(response)) {
|
||||
appStore.set('appCloseCode', response)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user