Add enable_checkout configuration option and update drag handling logic

This commit is contained in:
claudi 2026-02-25 13:34:37 +01:00
parent 986793632e
commit cbd1f3f77c
3 changed files with 30 additions and 31 deletions

View file

@ -18,5 +18,6 @@
"log_file": null,
"window_width": 1024,
"window_height": 768,
"enable_logging": true
"enable_logging": true,
"enable_checkout": false
}