1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-21 19:35:23 +00:00

Fix tab divider when color is disabled

This commit is contained in:
makeworld 2020-12-29 23:25:32 -05:00
parent 691614dae4
commit c6ad73da01

View File

@ -137,7 +137,11 @@ func Init(version, commit, builtBy string) {
browser.SetTabBackgroundColorFocused(tcell.ColorWhite)
browser.SetTabTextColor(tcell.ColorWhite)
browser.SetTabTextColorFocused(tcell.ColorBlack)
browser.SetTabSwitcherDivider("", "|", "|")
browser.SetTabSwitcherDivider(
"",
"[#ffffff:#000000]|[-]",
"[#ffffff:#000000]|[-]",
)
}
bottomBar.SetDoneFunc(func(key tcell.Key) {