Skip to content
Snippets Groups Projects
Commit 94d41eff authored by Jessie Keck's avatar Jessie Keck
Browse files

Pass window's maximized value as a prop to the WindowTopBar.

parent 28143980
Branches
Tags
No related merge requests found
......@@ -13,7 +13,7 @@ const mapStateToProps = (state, { windowId }) => ({
allowFullscreen: state.config.window.allowFullscreen,
focused: state.workspace.focusedWindowId === windowId,
manifestTitle: getManifestTitle(state, { windowId }),
maximized: getWindow(state, { windowId }),
maximized: getWindow(state, { windowId }).maximized,
});
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment