diff --git a/popup.go b/popup.go index b4ac0e3..9f0177f 100644 --- a/popup.go +++ b/popup.go @@ -201,6 +201,7 @@ func (popup *popupData) init(view View, params Params) { CellVerticalAlign: CenterAlign, TextSize: Px(20), Content: "✕", + NotTranslate: true, ClickEvent: func(View) { popup.Dismiss() },