diff --git a/src/Eve-O-Preview/Presenters/Implementation/MainFormPresenter.cs b/src/Eve-O-Preview/Presenters/Implementation/MainFormPresenter.cs index 4c03f22..ed1d3cf 100644 --- a/src/Eve-O-Preview/Presenters/Implementation/MainFormPresenter.cs +++ b/src/Eve-O-Preview/Presenters/Implementation/MainFormPresenter.cs @@ -190,7 +190,7 @@ namespace EveOPreview.Presenters { this._configuration.ToggleAllThumbnailsHotkey = this.View.ToggleAllThumbnailsHotkey; // Re-register hotkeys if they changed - await this._mediator.Send(new ReRegisterHotkeys()); + await this._mediator.Publish(new ReRegisterHotkeys()); // Publish region settings update if they changed if (this._configuration.EnableThumbnailRegionSnipping != this.View.EnableThumbnailRegionSnipping ||