Add extra pixel to titlebar on Windows 11

This commit is contained in:
Fedor Indutny
2022-06-15 11:21:03 -07:00
committed by GitHub
parent 4b8cb9f040
commit 8b32811440
26 changed files with 139 additions and 53 deletions

View File

@@ -27,6 +27,7 @@ const createProps = (): PropsType => ({
},
executeMenuRole: action('executeMenuRole'),
platform: 'win32',
isWindows11: false,
});
export default {