mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove unused argument
This commit is contained in:
parent
c6757b2e1f
commit
eb9c7b08b9
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import toast from '../../../components/toast/toast';
|
||||||
import globalize from '../../../scripts/globalize';
|
import globalize from '../../../scripts/globalize';
|
||||||
import appSettings from '../../../scripts/settings/appSettings';
|
import appSettings from '../../../scripts/settings/appSettings';
|
||||||
|
|
||||||
export default function (view, params) {
|
export default function (view) {
|
||||||
function submit(e) {
|
function submit(e) {
|
||||||
appSettings.enableGamepad(view.querySelector('.chkEnableGamepad').checked);
|
appSettings.enableGamepad(view.querySelector('.chkEnableGamepad').checked);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue