mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Moved to AGPLv3, Prefs for codec and audio quality
This commit is contained in:
parent
60167e45a7
commit
4ac524dcf2
8 changed files with 787 additions and 271 deletions
|
@ -116,6 +116,7 @@ function Save() {
|
|||
showme.menu = !showme.menu;
|
||||
player.state.playlist ? player.toggle('playlist') : '';
|
||||
player.state.lyrics ? player.toggle('lyrics') : '';
|
||||
player.state.info ? player.toggle('info') : '';
|
||||
"></button>
|
||||
<div id="menu" v-if="showme.menu" class="popup">
|
||||
<button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue