This commit is contained in:
syuilo
2025-06-27 10:02:49 +09:00
parent 01a94eaecb
commit 535b86f05e

View File

@@ -482,9 +482,10 @@ export class PreferencesManager {
os.alert({
type: 'error',
title: i18n.ts.somethingHappened,
text: err,
});
console.error(err);
return { enabled: false };
}