Add Toggle Theatre Keybind [T] (#1703)

This commit is contained in:
Airradda 2021-09-15 02:00:34 +00:00 committed by GitHub
parent 20768c96f6
commit f7e918ab23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1419,6 +1419,11 @@ export default Vue.extend({
// Toggle Full Window Mode
this.toggleFullWindow()
break
case 84:
// T Key
// Toggle Theatre Mode
this.toggleTheatreMode()
break
}
}
},