mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 03:11:46 +00:00
9 lines
207 B
TypeScript
9 lines
207 B
TypeScript
import youtubeMusicTrayIcon from '@assets/youtube-music-tray.png?asset&asarUnpack';
|
|
|
|
const promptOptions = {
|
|
customStylesheet: 'dark',
|
|
icon: youtubeMusicTrayIcon,
|
|
};
|
|
|
|
export default () => promptOptions;
|