Make visibility of media controls configurable, fixes #267
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user