Fix missing options for _onDisplayOptionsUpdated invocation (#1317)

This commit is contained in:
toasted-nutbread 2021-01-26 18:24:56 -05:00 committed by GitHub
parent 43c9a5eb6a
commit d11cd7b28f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ class DisplaySearch extends Display {
this.hotkeyHandler.on('keydownNonHotkey', this._onKeyDown.bind(this));
this._onModeChange();
this._onDisplayOptionsUpdated();
this._onDisplayOptionsUpdated({options: this.getOptions()});
this.initializeState();