mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
feat: check screen size to enable or disable settings
+ redesign (again!) the playlist cards
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</div>
|
||||
<div class="options">
|
||||
<Switch
|
||||
v-if="setting.type == SettingType.switch"
|
||||
v-if="setting.type == SettingType.binary"
|
||||
@click="setting.action()"
|
||||
:state="setting.source()"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user