settings.watch('SlackBridge_UseLegacy', (value) => {
            if (value !== this.isLegacyRTM) {
                this.isLegacyRTM = value;
                this.debouncedReconnectIfEnabled();
            }