mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
client: remove search box in folder view
- add working ctrl f listener
This commit is contained in:
@@ -70,12 +70,10 @@ export default {
|
||||
|
||||
const expandQueue = () => {
|
||||
up_next.value = !up_next.value;
|
||||
search.value = false;
|
||||
};
|
||||
|
||||
const expandSearch = () => {
|
||||
search.value = true;
|
||||
up_next.value = false;
|
||||
};
|
||||
|
||||
const collapseSearch = () => {
|
||||
|
||||
Reference in New Issue
Block a user