2018-03-19 20:44:57 +05:30

16 lines
292 B
JavaScript
Executable File

import actions from './actions';
export default {
actions,
defaultState: {
shortcutOptions: {
goFullScreen: false,
showStoriesPanel: true,
showAddonPanel: true,
showSearchBox: false,
addonPanelInRight: false,
enableShortcuts: true,
},
},
};