From a0566fba302b0b3f638a0dcea05d11c9f3b68524 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 21 Nov 2024 19:36:16 +0200 Subject: [PATCH] update comments --- src/app/browser/window/tab/item/identity/gemini.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); } });