Fixed Color Picker and added Reset button

This commit is contained in:
2020-02-04 22:21:42 -05:00
parent e1a9c4f9cb
commit 5b26ad7238
3 changed files with 43 additions and 1 deletions

View File

@ -46,6 +46,8 @@
<string>PSGroupCell</string>
<key>label</key>
<string>Color Options</string>
<key>footerText</key>
<string>Default: #000000:0.44</string>
</dict>
<dict>
<key>cell</key>
@ -109,6 +111,35 @@
<key>label</key>
<string>About</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string></string>
<key>footerText</key>
<string></string>
</dict>
<dict>
<key>cell</key>
<string>PSButtonCell</string>
<key>label</key>
<string>Reset Settings</string>
<key>action</key>
<string>resetSettings</string>
<key>confirmation</key>
<dict>
<key>title</key>
<string>Reset</string>
<key>prompt</key>
<string>Reset all settings?</string>
<key>okTitle</key>
<string>Reset</string>
<key>cancelTitle</key>
<string>Cancel</string>
</dict>
</dict>
</array>
<key>title</key>
<string></string>