Add extra pixel to titlebar on Windows 11
This commit is contained in:
parent
4b8cb9f040
commit
8b32811440
26 changed files with 139 additions and 53 deletions
|
@ -37,6 +37,7 @@ type PropsType = {
|
|||
isFullScreen: boolean;
|
||||
menuOptions: MenuOptionsType;
|
||||
platform: string;
|
||||
isWindows11: boolean;
|
||||
|
||||
executeMenuRole: ExecuteMenuRoleType;
|
||||
executeMenuAction: (action: MenuActionType) => void;
|
||||
|
@ -54,6 +55,7 @@ export const App = ({
|
|||
isShowingStoriesView,
|
||||
isMaximized,
|
||||
isFullScreen,
|
||||
isWindows11,
|
||||
menuOptions,
|
||||
platform,
|
||||
localeMessages,
|
||||
|
@ -139,6 +141,7 @@ export const App = ({
|
|||
isMaximized={isMaximized}
|
||||
isFullScreen={isFullScreen}
|
||||
platform={platform}
|
||||
isWindows11={isWindows11}
|
||||
hasMenu
|
||||
localeMessages={localeMessages}
|
||||
menuOptions={menuOptions}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue