mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-30 03:13:44 +00:00
feat: Add toggle to swap the order of like/dislike buttons (#4221)
This commit is contained in:
@ -29,6 +29,7 @@ export interface DefaultConfig {
|
||||
autoResetAppCache: boolean;
|
||||
resumeOnStart: boolean;
|
||||
likeButtons: string;
|
||||
swapLikeButtonsOrder: boolean;
|
||||
proxy: string;
|
||||
startingPage: string;
|
||||
backgroundMaterial?: 'none' | 'mica' | 'acrylic' | 'tabbed';
|
||||
@ -66,6 +67,7 @@ export const defaultConfig: DefaultConfig = {
|
||||
autoResetAppCache: false,
|
||||
resumeOnStart: true,
|
||||
likeButtons: '',
|
||||
swapLikeButtonsOrder: false,
|
||||
proxy: '',
|
||||
startingPage: '',
|
||||
overrideUserAgent: false,
|
||||
|
||||
Reference in New Issue
Block a user