mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
7 lines
223 B
TypeScript
7 lines
223 B
TypeScript
export default function sendThemeUpdate() {
|
|
/* const iframe = document.getElementById('ExtensionIframe') as HTMLIFrameElement
|
|
if (iframe) {
|
|
iframe.contentWindow?.postMessage({ type: 'themeChanged' }, '*');
|
|
} */
|
|
}
|