mirror of
https://git.sr.ht/~sircmpwn/aerc
synced 2026-01-09 00:01:34 +01:00
Add quotes to the default pinned-tab-marker
It's a fix for: https://todo.sr.ht/~sircmpwn/aerc2/361 Using an unquoted backtick char is leading to a config error: ``` Failed to load config: missing closing key quote from '` ' to '' ```
This commit is contained in:
parent
3156d481fe
commit
8372e9e39f
@ -46,7 +46,7 @@ new-message-bell=true
|
||||
# Marker to show before a pinned tab's name.
|
||||
#
|
||||
# Default: `
|
||||
pinned-tab-marker=`
|
||||
pinned-tab-marker='`'
|
||||
|
||||
# Describes the format string to use for the directory list
|
||||
#
|
||||
|
||||
Loading…
Reference in New Issue
Block a user