Don't hang the app when signing in offline
This commit is contained in:
parent
3094cb749e
commit
7899833367
6 changed files with 225 additions and 343 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue