Merge pull request #2603 from Veratil/add-menubar-science-category

Add Science category to menubar menu generation categories table.
This commit is contained in:
mergify[bot] 2019-01-21 22:25:18 +00:00 committed by GitHub
commit c1f0013699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",