mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-24 05:26:42 +00:00
fix: use WithinWindow blending mode for macOS vibrancy effect
This commit is contained in:
parent
04701e9963
commit
d04adb8740
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ if (os.platform() === 'darwin') {
|
|||
objc_msgSend_long(
|
||||
visualEffectView,
|
||||
selSetBlendingMode,
|
||||
NSVisualEffectBlendingMode.BehindWindow
|
||||
NSVisualEffectBlendingMode.WithinWindow
|
||||
);
|
||||
objc_msgSend_long(visualEffectView, selSetState, 1);
|
||||
objc_msgSend_long(visualEffectView, selSetAutoresizingMask, 18);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue