Update translations

This commit is contained in:
Håvar Aambø Fosstveit
2020-03-22 12:04:49 +01:00
parent b19e4766be
commit 6e00915bfe
19 changed files with 67 additions and 29 deletions
+3 -3
View File
@@ -43,11 +43,11 @@ const settings = (state = initialState, action) =>
return { ...state, lastN };
}
case 'TOGGLE_STICKY_APPBAR':
case 'TOGGLE_PERMANENT_TOPBAR':
{
const stickyAppBar = !state.stickyAppBar;
const permanentTopBar = !state.permanentTopBar;
return { ...state, stickyAppBar };
return { ...state, permanentTopBar };
}
case 'SET_VIDEO_RESOLUTION':