make web default format when exporting

This commit is contained in:
Ziad-I
2024-08-09 23:04:19 +03:00
committed by Dion Moult
parent 52bffa7f9c
commit 6ae5dbacf4
+1 -1
View File
@@ -91,7 +91,7 @@ class CsvProperties(PropertyGroup):
("web", "web", ""),
],
name="Output format",
default="csv",
default="web",
)
csv_custom_delimiter: StringProperty(default="", name="Custom Delimiter")
should_show_settings: BoolProperty(default=False, name="Show Settings")