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:
Andrew Scagnelli
2019-02-14 00:03:09 -05:00
committed by Cameron Gutman
parent 335b5aef1f
commit b2c2f0837a
4 changed files with 35 additions and 11 deletions

View File

@@ -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>