successfully repair default hubs when custom hub fails #7366

Merged
jessopb merged 1 commit from restore-HubAutorepair into master 2021-12-20 22:20:16 +01:00

View file

@ -68,7 +68,7 @@ export function doClearDaemonSetting(key) {
const state = getState();
const ready = selectPrefsReady(state);
if (!ready) {
if (!ready && key !== DAEMON_SETTINGS.LBRYUM_SERVERS) {
return dispatch(doAlertWaitingForSync());
}