mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-02-16 02:20:53 +00:00
more appletv tweaks (#351)
* redo now playing indicator - instead of drawing an arrow overlay, add an offset green shadow * do not show "Connection Terminated" on code 0 if an application quits successfully because it was asked to do so by the user (errorCode = 0), then do not display an alert -- just go back to the prior view. * fix: add missing toggle for mutli-controller support
This commit is contained in:
committed by
Cameron Gutman
parent
335b5aef1f
commit
b2c2f0837a
@@ -56,6 +56,16 @@
|
||||
<key>DefaultValue</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Type</key>
|
||||
<string>PSToggleSwitchSpecifier</string>
|
||||
<key>Title</key>
|
||||
<string>Enable multi-controller support</string>
|
||||
<key>Key</key>
|
||||
<string>multipleControllers</string>
|
||||
<key>DefaultValue</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Type</key>
|
||||
<string>PSGroupSpecifier</string>
|
||||
|
||||
Reference in New Issue
Block a user