Skip to content

Instantly share code, notes, and snippets.

@danlucraft
Created June 10, 2011 11:27
Show Gist options
  • Save danlucraft/1018650 to your computer and use it in GitHub Desktop.
Save danlucraft/1018650 to your computer and use it in GitHub Desktop.
# instead of
Preference.build do
preference "Appearance/Tab Theme", :type => :combo do
..
end
end
# how about
Preference.build do
combo "Appearance/Tab Theme" do
..
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment