mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 11:51:47 +00:00
feat: rename plugins to clarify context (#1392)
This commit is contained in:
9
src/plugins/album-color-theme/main.ts
Normal file
9
src/plugins/album-color-theme/main.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import { BrowserWindow } from 'electron';
|
||||
|
||||
import style from './style.css';
|
||||
|
||||
import { injectCSS } from '../utils/main';
|
||||
|
||||
export default (win: BrowserWindow) => {
|
||||
injectCSS(win.webContents, style);
|
||||
};
|
||||
Reference in New Issue
Block a user