diff --git a/src/app/browser/window/tab/item/identity/gemini.rs b/src/app/browser/window/tab/item/identity/gemini.rs index 463f992a..db72d912 100644 --- a/src/app/browser/window/tab/item/identity/gemini.rs +++ b/src/app/browser/window/tab/item/identity/gemini.rs @@ -134,7 +134,7 @@ impl Gemini { ), }; - // Apply + // Apply auth match option { // Activate identity for `auth_uri` Some(profile_identity_gemini_id) => { @@ -156,7 +156,7 @@ impl Gemini { } } - // Update page + // Reload page to apply changes action.reload().activate(); } });