| 113 | void enableAutoplay(); |
| 114 | |
| 115 | [[nodiscard]] TitleBar* titleBar() const { |
| 116 | return title_bar_; |
| 117 | } |
| 118 | |
| 119 | // Diagnostic sink that fans out to the title-bar bell + popup via the |
| 120 | // DiagnosticHistory service. Use this from tools / CLI / dev feeds to |
no outgoing calls
no test coverage detected