Add posibility to have separate media buttons, fixes #309

This commit is contained in:
Håvar Aambø Fosstveit
2020-05-07 13:35:29 +02:00
parent 7e91609276
commit cfdaceed22
28 changed files with 739 additions and 381 deletions
+5
View File
@@ -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'