Home
last modified time | relevance | path

Searched +full:movebutton +(+path:plugin +path:move) -(+path:plugin +path:move +path:lang) (Results 1 – 1 of 1) sorted by relevance

/plugin/move/script/
DMoveMediaManager.js42 const moveButton = document.createElement('button');
43 moveButton.classList.add('move-btn');
44 moveButton.innerText = LANG.plugins.move.moveButton;
46 moveButton.addEventListener('click', this.#showDialog.bind(this, src));
47 actionList.appendChild(moveButton);
66 title: LANG.plugins.move.moveButton,
124 button.innerText = LANG.plugins.move.moveButton;