Remove description field from theme parsing and testing

This commit is contained in:
Veronica Berglyd Olsen
2025-07-14 19:33:01 +02:00
parent f2b94095c3
commit 06b6adbcde
2 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -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",