diff options
Diffstat (limited to 'app.go')
| -rw-r--r-- | app.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
