🔧 AirDC++ Settings wired up (first draft)

This commit is contained in:
2021-11-17 22:09:48 -08:00
parent 6e1b431600
commit 925008bdcb
5 changed files with 127 additions and 96 deletions

View File

@@ -20,6 +20,7 @@ function settingsReducer(state = initialState, action) {
return {
...state,
data: action.data,
inProgress: false,
};
default: