MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / apply

Function apply

plugins/src/preload/api/Effect.ts:112–119  ·  view source on GitHub ↗
(name, options)

Source from the content-addressed store, hash-verified

110window.Effect = {
111
112 apply(name, options) {
113 options = options || {}
114 if (window.Pengu.isMac) {
115 applyWindowEffectMac(name, options)
116 } else {
117 applyWindowEffectWin(name, options)
118 }
119 },
120
121 clear() {
122 native.SetWindowVibrancy(null);

Callers

nothing calls this directly

Calls 2

applyWindowEffectMacFunction · 0.85
applyWindowEffectWinFunction · 0.85

Tested by

no test coverage detected