This commit is contained in:
2026-02-01 17:55:54 +01:00
parent 9a66952f50
commit 88eb890c46
5 changed files with 64 additions and 2 deletions

View File

@@ -16,4 +16,5 @@ class GRConfiguration(ModelSingleton, ModelSQL, ModelView):
dark = fields.Boolean("Dark mode")
pnl_id = fields.Integer("Pnl ID")
forex_id = fields.Integer("Forex ID")
payload = fields.Char("Metabase payload")
payload = fields.Char("Metabase payload")
automation = fields.Boolean("Automation")