Hi guys,
I'm certainly no dev, but I recently played around with the order of items inside the Preferecnes.app.
It's fairly simple, just cut and paste the <dict>s inside the Settings.plist.
What I did was move all "on-off" panes right next to each other. That worked straight away.
However, I then tried to move the bluetooth pane out of the General.plist to the Settings.plist.
The problem is I don't know how to add an icon.
That doesn't work. I guess it's because it's no "cell" pane, but a "bundle".
Any insight on this?
I'm certainly no dev, but I recently played around with the order of items inside the Preferecnes.app.
It's fairly simple, just cut and paste the <dict>s inside the Settings.plist.
What I did was move all "on-off" panes right next to each other. That worked straight away.
However, I then tried to move the bluetooth pane out of the General.plist to the Settings.plist.

The problem is I don't know how to add an icon.
Code:
<key>icon</key>
<string>iconname.png</string>
That doesn't work. I guess it's because it's no "cell" pane, but a "bundle".
Any insight on this?