mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-12 11:01:45 +00:00
fix: apply fix from eslint
This commit is contained in:
@ -39,10 +39,10 @@ export type RendererPluginLifecycle<Config, Context, This> =
|
||||
| RendererPluginLifecycleExtra<Config, Context, This>;
|
||||
|
||||
export enum Platform {
|
||||
Windows = 1 << 0,
|
||||
macOS = 1 << 1,
|
||||
Linux = 1 << 2,
|
||||
Freebsd = 1 << 3
|
||||
Windows = 1 << 0,
|
||||
macOS = 1 << 1,
|
||||
Linux = 1 << 2,
|
||||
Freebsd = 1 << 3,
|
||||
}
|
||||
|
||||
export interface PluginDef<
|
||||
|
||||
Reference in New Issue
Block a user