aboutsummaryrefslogtreecommitdiff
path: root/app.go
diff options
context:
space:
mode:
Diffstat (limited to 'app.go')
-rw-r--r--app.go2
1 files changed, 1 insertions, 1 deletions
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