mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
feat: optimize electron macos header style (#1774)
Co-authored-by: himself65 <himself65@outlook.com>
This commit is contained in:
3
apps/electron/layers/utils.ts
Normal file
3
apps/electron/layers/utils.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const isMacOS = () => {
|
||||
return process.platform === 'darwin';
|
||||
};
|
||||
Reference in New Issue
Block a user