Added backend for resetting setting values

This commit is contained in:
CasVT
2025-05-17 19:59:00 +02:00
parent fff78b83d4
commit 39847f18cd
4 changed files with 71 additions and 18 deletions

View File

@@ -145,6 +145,7 @@ class DataType(BaseEnum):
FLOAT = 'decimal number'
BOOL = 'bool'
INT_ARRAY = 'list of numbers'
STR_ARRAY = 'list of string'
NA = 'N/A'