Add some enhancements to context menus

This commit is contained in:
elhombretecla 2021-03-09 13:08:37 +01:00 committed by Andrés Moya
parent b547f1cd7e
commit 81a604dca2
8 changed files with 13 additions and 4 deletions

View file

@ -96,6 +96,7 @@
[:& context-menu {:on-close on-menu-close
:show show?
:fixed? (or (not= top 0) (not= left 0))
:min-width? true
:top top
:left left
:options [[(tr "labels.rename") on-edit]