chore: Add todo

This commit is contained in:
oSumAtrIX 2023-09-30 22:15:46 +02:00
parent 123a375a27
commit 6e26130744
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -294,6 +294,8 @@ class InstallerViewModel extends BaseViewModel {
await _managerAPI.savePatchedApp(_app);
update(1.0, 'Installed!', 'Installed!');
} else {
// TODO(aabed): Show error message.
}
} on Exception catch (e) {
if (kDebugMode) {