Remove description field from theme parsing and testing
This commit is contained in:
@@ -613,7 +613,7 @@ def testGuiTheme_CheckTheme(theme):
|
||||
|
||||
structure = {
|
||||
"Main": [
|
||||
"name", "mode", "description", "author", # The rest are not required
|
||||
"name", "mode", "author", # The rest are not required
|
||||
],
|
||||
"Base": [
|
||||
"base", "default", "faded", "red", "orange", "yellow", "green",
|
||||
|
||||
Reference in New Issue
Block a user