fix(electron): header button not working on linux (#7883)

tested locally on windows/linux(vm)
This commit is contained in:
pengx17 2024-08-15 04:39:47 +00:00
parent 5a2f93f035
commit 9af0e53ae2
No known key found for this signature in database
GPG Key ID: 23F23D9E8B3971ED

View File

@ -42,7 +42,6 @@ export const navHeaderStyle = style({
display: 'flex',
justifyContent: 'space-between',
alignItems: 'center',
['WebkitAppRegion' as string]: 'drag',
});
export const navBodyStyle = style({