mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
rename setting to "use alt now playing ..."
+ fix right now playing component gap + show emoji if there's no search result + abstract now playing component settings into one setting + break context menu's context item into a component
This commit is contained in:
@@ -5,15 +5,9 @@ const settings = useSettingsStore;
|
||||
|
||||
export default [
|
||||
{
|
||||
title: "Use right bottom now playing card",
|
||||
title: "Use alternate now playing card",
|
||||
type: SettingType.switch,
|
||||
source: () => settings().use_right_np,
|
||||
source: () => settings().use_alt_np,
|
||||
action: () => settings().toggleUseRightNP(),
|
||||
},
|
||||
{
|
||||
title: "Use left now playing card",
|
||||
type: SettingType.switch,
|
||||
source: () => settings().use_side_np,
|
||||
action: () => settings().toggleUseSideNP(),
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user