mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
bbe7984e4e
+ normalize context children too + add setting to toggle context children via click or hover + add a select setting component + remove dead teleport code from sidebar tabs wrapper + general clean up
7 lines
71 B
TypeScript
7 lines
71 B
TypeScript
export enum SettingType {
|
|
text,
|
|
select,
|
|
multiselect,
|
|
binary,
|
|
}
|