Skip to content

Commit

Permalink
browser: add visiblity toggle for theme packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed Jul 12, 2016
1 parent 4d5d9b3 commit 2a43411
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/browser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ void Browser::displayButton()
{AUTO_STR("&Scripts"), Package::ScriptType},
{AUTO_STR("&Effects"), Package::EffectType},
{AUTO_STR("E&xtensions"), Package::ExtensionType},
{AUTO_STR("&Themes"), Package::ThemeType},
{AUTO_STR("&Other packages"), Package::UnknownType},
};

Expand Down Expand Up @@ -433,6 +434,7 @@ bool Browser::isFiltered(Package::Type type) const
case Package::ScriptType:
case Package::EffectType:
case Package::ExtensionType:
case Package::ThemeType:
break;
default:
type = Package::UnknownType;
Expand Down

0 comments on commit 2a43411

Please sign in to comment.