1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-01 12:56:48 +00:00

better placement options

This commit is contained in:
2020-12-25 00:23:34 -05:00
parent c5add0a58a
commit 2250468f6f
5 changed files with 74 additions and 22 deletions

View File

@ -332,18 +332,34 @@
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<false/>
<key>defaults</key>
<string>com.burritoz.kaiprefs</string>
<key>key</key>
<string>belowMusic</string>
<string>PSGroupCell</string>
<key>label</key>
<string>Show kai Below Music</string>
<string>Vertical Placement</string>
</dict>
<dict>
<key>cell</key>
<string>PSSegmentCell</string>
<key>defaults</key>
<string>com.burritoz.kaiprefs</string>
<key>default</key>
<string>1</string>
<key>key</key>
<string>placement</string>
<key>validValues</key>
<array>
<string>1</string>
<string>2</string>
<string>3</string>
</array>
<key>validTitles</key>
<array>
<string>Top</string>
<string>Below Media Player</string>
<string>Bottom</string>
</array>
<key>PostNotification</key>
<string>com.burritoz.kaiprefs.apply</string>
</dict>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>