Update the sidebar text font, usually after config changes.
(self)
| 85 | raise NotImplementedError |
| 86 | |
| 87 | def update_font(self): |
| 88 | """Update the sidebar text font, usually after config changes.""" |
| 89 | raise NotImplementedError |
| 90 | |
| 91 | def update_colors(self): |
| 92 | """Update the sidebar text colors, usually after config changes.""" |