Fix 'Load... border-mode' in default-menu (#2132)

This one was forgotten when the other similar menu entries were fixed.
So I fixed this now.
This commit is contained in:
Luminar Light 2023-01-16 19:37:16 +01:00 committed by GitHub
parent dd0a8a17b2
commit 7fdef1c509
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4068,7 +4068,7 @@
(debug-menu-append-item load-menu (debug-menu-make-from-template ctx '(flag
"border-mode"
#f
(lambda ((arg0 int) (arg1 debug-menu-msg))
,(lambda ((arg0 int) (arg1 debug-menu-msg))
(if (= arg1 (debug-menu-msg press))
(set! (-> *setting-control* default border-mode) (not (-> *setting-control* default border-mode)))
)