Fix for missing OS X warning

Thanks to @anthologist for noticing (#1505)!
This commit is contained in:
xd1le 2016-06-22 20:45:31 +10:00
parent ea38781d04
commit a8d10d626e

View File

@ -15,7 +15,7 @@ mixin category-head(category)
.text-block.warning!= h.marked(t['warning-android'])
else if category.name == 'iOS'
.text-block.warning!= h.marked(t['warning-ios'])
else if category.name == 'Mac'
else if category.name == 'OS X'
.text-block.warning!= h.marked(t['warning-mac'])
else if category.name == 'Windows'
.text-block.warning!= h.marked(t['warning-windows'])