[MIRROR] fixes and filters (#7452)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Selis <selis@xynolabs.com>
This commit is contained in:
CHOMPStation2
2023-12-20 16:50:10 -07:00
committed by GitHub
parent 9aaa4ae204
commit b011e089d0
19 changed files with 269 additions and 248 deletions

View File

@@ -157,9 +157,7 @@ export const settingsReducer = (state = initialState, action) => {
// Transfer this data from the default highlight setting
// so they carry over to other servers
if (id === defaultHighlightSetting.id) {
if (settings.highlightText) {
nextState.highlightText = settings.highlightText;
}
nextState.highlightText = settings.highlightText;
if (settings.highlightColor) {
nextState.highlightColor = settings.highlightColor;
}