From 5426dbbba8383eb973c61209bfc5504e06d34577 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 23 Jun 2026 05:01:14 -0400 Subject: feat: better default characters --- app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.go') diff --git a/app.go b/app.go index f5a6343..174f8a2 100644 --- a/app.go +++ b/app.go @@ -1480,7 +1480,7 @@ func (m *AppModel) handleSidebarClick(x, y int) { func (m *AppModel) addSymbol() { p := m.curPalette() - if len(p) >= 10 { + if len(p) >= 100 { return } m.dirty = true -- cgit v1.2.3