Add Science category to menubar menu generation categories table. Fixes #2602

This commit is contained in:
Kevin Zander 2019-01-21 11:58:44 -06:00
parent 98985f67be
commit 012f130738
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ menu_gen.all_categories = {
icon_name = "applications-office", use = true },
internet = { app_type = "Network", name = "Internet",
icon_name = "applications-internet", use = true },
science = { app_type = "Science", name="Science",
icon_name = "applications-science", use = true },
settings = { app_type = "Settings", name = "Settings",
icon_name = "applications-utilities", use = true },
tools = { app_type = "System", name = "System Tools",