keybinds New Settings Window Format (#1215)

This commit is contained in:
Gabriel Davila 2022-06-29 20:39:09 -03:00 committed by GitHub
parent afeab7c38b
commit 4e3fb128cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 308 additions and 11 deletions

View file

@ -34,12 +34,6 @@
</template>
</transition>
<!-- Library - Artists-->
<!-- Keybinds -->
<transition name="wpfade">
<template v-if="$root.page == 'keybinds-settings'">
<keybinds-settings></keybinds-settings>
</template>
</transition>
</div>
</script>