From ad17ec5ccad3ceffd383f228d4529438b5a3b9a6 Mon Sep 17 00:00:00 2001 From: niu tech Date: Fri, 12 Nov 2021 23:52:58 +0100 Subject: Adjust number of columns for Split Mode (#2208) Co-authored-by: Vijay A --- src/stores/ServicesStore.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/stores/ServicesStore.js') diff --git a/src/stores/ServicesStore.js b/src/stores/ServicesStore.js index 926ee36f0..a34390d88 100644 --- a/src/stores/ServicesStore.js +++ b/src/stores/ServicesStore.js @@ -170,6 +170,13 @@ export default class ServicesStore extends Store { }, ); + reaction( + () => this.stores.settings.app.splitColumns, + () => { + this._shareSettingsWithServiceProcess(); + }, + ); + reaction( () => this.stores.settings.app.searchEngine, () => { -- cgit v1.2.3-70-g09d2