Don't hang the app when signing in offline
This commit is contained in:
@@ -50,6 +50,7 @@ pub enum Icon {
|
||||
CopilotError,
|
||||
CopilotDisabled,
|
||||
Dash,
|
||||
Disconnected,
|
||||
Envelope,
|
||||
ExternalLink,
|
||||
ExclamationTriangle,
|
||||
@@ -129,6 +130,7 @@ impl Icon {
|
||||
Icon::CopilotError => "icons/copilot_error.svg",
|
||||
Icon::CopilotDisabled => "icons/copilot_disabled.svg",
|
||||
Icon::Dash => "icons/dash.svg",
|
||||
Icon::Disconnected => "icons/disconnected.svg",
|
||||
Icon::Envelope => "icons/feedback.svg",
|
||||
Icon::ExclamationTriangle => "icons/warning.svg",
|
||||
Icon::ExternalLink => "icons/external_link.svg",
|
||||
|
||||
Reference in New Issue
Block a user