mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add gamepad enabling/disabling
This commit is contained in:
parent
c7b05ba130
commit
7974fbcbaa
8 changed files with 90 additions and 2 deletions
|
@ -84,6 +84,13 @@ import { appRouter } from '../components/appRouter';
|
|||
controller: 'user/profile/index'
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
alias: '/mypreferencescontrols.html',
|
||||
path: 'user/controls/index.html',
|
||||
autoFocus: false,
|
||||
controller: 'user/controls/index'
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
alias: '/mypreferencesdisplay.html',
|
||||
path: 'user/display/index.html',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue