You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let on_opened = extension.on_opened().unwrap_or_else(|| panic!("extension has hotkey, but on_open() returns None, extension ID [{}], extension type [{:?}]", extension.id, extension.r#type));
251
+
let url = on_opened.url();
252
+
let extension_type_string = extension.r#type.to_string();
0 commit comments