Revert "Comment out material theme for gate to proceed"

Now that the minimum roboto version has been bumped and we have a
fix for the roboto paths in, we can revert the disabling of material.

This reverts commit 58a94c6f54.

Change-Id: Ifc67871f2873cd9c35b16597c2215d4a44d1e696
This commit is contained in:
Richard Jones 2016-11-18 21:12:42 +00:00
parent 58a94c6f54
commit 965809f118
1 changed files with 4 additions and 4 deletions

View File

@ -290,10 +290,10 @@ AVAILABLE_THEMES = [
'default',
pgettext_lazy('Default style theme', 'Default'),
'themes/default'
# ), (
# 'material',
# pgettext_lazy("Google's Material Design style theme", "Material"),
# 'themes/material'
), (
'material',
pgettext_lazy("Google's Material Design style theme", "Material"),
'themes/material'
),
]