mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
initialize settings page
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { SettingType } from "@/interfaces/settings";
|
||||
|
||||
export default () => ({
|
||||
title: "Use Sidebar now playing card",
|
||||
type: SettingType.switch,
|
||||
action: () => console.log("should toggle something"),
|
||||
});
|
||||
Reference in New Issue
Block a user