show error when failing to save settings

This commit is contained in:
liamcottle
2025-02-13 02:21:26 +13:00
parent 75c313de85
commit 28c2c1fd47

View File

@@ -121,7 +121,7 @@ export default {
} catch(e) {
console.log(e);
// DialogUtils.showErrorAlert(e);
alert("Failed to save settings!");
}
},
},