DismissGHError clears the GH CLI error.
()
| 167 | |
| 168 | // DismissGHError clears the GH CLI error. |
| 169 | func (s *SettingsOverlay) DismissGHError() { |
| 170 | s.showGHError = false |
| 171 | s.ghError = "" |
| 172 | } |
| 173 | |
| 174 | // GetSelectedItem returns the currently selected settings item. |
| 175 | func (s *SettingsOverlay) GetSelectedItem() *SettingsItem { |
no outgoing calls