From: Alex Maestas Date: Wed, 23 Feb 2022 19:05:50 +0000 (+0000) Subject: put show-error-list in the touchbar X-Git-Tag: 0.99~1491 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=dfc35b135050e85abd1eff42299744a3a4160f19 put show-error-list in the touchbar --- diff --git a/basis/ui/tools/listener/listener.factor b/basis/ui/tools/listener/listener.factor index d3d5d97146..06a1386b77 100644 --- a/basis/ui/tools/listener/listener.factor +++ b/basis/ui/tools/listener/listener.factor @@ -478,6 +478,7 @@ listener-gadget "touchbar" f { { f refresh-all } { f com-auto-use } { f com-help } + { f show-error-list } } define-command-map listener-gadget "file-drop" "Files can be drag-and-dropped onto the listener."