diff --git a/Lib/Shared/AppLib/BulkOperation/BulkOperationBase.ahk b/Lib/Shared/AppLib/BulkOperation/BulkOperationBase.ahk index df9365b7..02640f73 100644 --- a/Lib/Shared/AppLib/BulkOperation/BulkOperationBase.ahk +++ b/Lib/Shared/AppLib/BulkOperation/BulkOperationBase.ahk @@ -97,7 +97,7 @@ class BulkOperationBase { } Notify() { - if (this.notify && this.app.Has("NotificationService")) { + if (this.notify && this.app.Services.Exists("NotificationService")) { this.app.Notifications.Info(this.GetResultMessage()) } }