Make visibility of media controls configurable, fixes #267

This commit is contained in:
Håvar Aambø Fosstveit
2020-05-02 22:33:59 +02:00
parent c461ee4eb7
commit c76c6d548a
21 changed files with 64 additions and 5 deletions
+5
View File
@@ -38,6 +38,11 @@ export const togglePermanentTopBar = () =>
type : 'TOGGLE_PERMANENT_TOPBAR'
});
export const toggleHiddenControls = () =>
({
type : 'TOGGLE_HIDDEN_CONTROLS'
});
export const setLastN = (lastN) =>
({
type : 'SET_LAST_N',