Add posibility to have separate media buttons, fixes #309
This commit is contained in:
@@ -38,6 +38,11 @@ export const togglePermanentTopBar = () =>
|
||||
type : 'TOGGLE_PERMANENT_TOPBAR'
|
||||
});
|
||||
|
||||
export const toggleButtonControlBar = () =>
|
||||
({
|
||||
type : 'TOGGLE_BUTTON_CONTROL_BAR'
|
||||
});
|
||||
|
||||
export const toggleShowNotifications = () =>
|
||||
({
|
||||
type : 'TOGGLE_SHOW_NOTIFICATIONS'
|
||||
|
||||
Reference in New Issue
Block a user