mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-16 20:52:06 +00:00
QOL: Move source code under the src directory. (#1318)
This commit is contained in:
12
src/providers/prompt-options.ts
Normal file
12
src/providers/prompt-options.ts
Normal file
@ -0,0 +1,12 @@
|
||||
import path from 'node:path';
|
||||
|
||||
import { getAssetsDirectoryLocation } from '../plugins/utils';
|
||||
|
||||
const iconPath = path.join(getAssetsDirectoryLocation(), 'youtube-music-tray.png');
|
||||
|
||||
const promptOptions = {
|
||||
customStylesheet: 'dark',
|
||||
icon: iconPath,
|
||||
};
|
||||
|
||||
export default () => promptOptions;
|
||||
Reference in New Issue
Block a user