Skip to content

Commit 6468d03

Browse files
committed
Fix error code for blocklist save issues
1 parent ba10942 commit 6468d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AppController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ - (IBAction)save:(id)sender {
743743
error: &err];
744744

745745
if (err != nil) {
746-
NSError* displayErr = [SCErr errorWithCode: 105 subDescription: err.localizedDescription];
746+
NSError* displayErr = [SCErr errorWithCode: 101 subDescription: err.localizedDescription];
747747
[SCSentry captureError: displayErr];
748748
NSBeep();
749749
[SCUIUtilities presentError: displayErr];

0 commit comments

Comments
 (0)