Set 'entity_type' as 'global' for global config panel

This commit is contained in:
Alexandre Aubin 2022-08-04 18:24:47 +02:00 committed by GitHub
parent 5494ce5def
commit 91b5618743
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ def settings_reset_all(operation_logger):
class SettingsConfigPanel(ConfigPanel):
entity_type = "settings"
entity_type = "global"
save_path_tpl = SETTINGS_PATH
save_mode = "diff"