Change default parameter of "builtin_change_event" to "True"

This commit is contained in:
The Wobbler 2024-12-24 12:00:57 +01:00
parent 871b732ed9
commit 5919c1bf8b

View file

@ -25,7 +25,7 @@ def load_dataclass_json(
file_path: str,
app: any=None,
builtin_save: bool=True,
builtin_change_event: bool=True
builtin_change_event: bool=False
):
"""
Loads a dataclass instance from a json file.