From 60677fe0dd4cc8937f17d91916044781b576ee7d Mon Sep 17 00:00:00 2001 From: Sean Du Date: Thu, 4 Jun 2026 02:23:55 +0800 Subject: [PATCH] Disable floating window permission requirement Signed-off-by: Sean Du --- internal/handler/ghome/account/initialize.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/handler/ghome/account/initialize.go b/internal/handler/ghome/account/initialize.go index 1a05fad..19cc97a 100644 --- a/internal/handler/ghome/account/initialize.go +++ b/internal/handler/ghome/account/initialize.go @@ -24,7 +24,7 @@ func initialize(ctx *gin.Context) { LogLevel: "off", LoginButton: []string{"official"}, LoginIcon: []any{}, - NeedFloatWindowPermission: 1, + NeedFloatWindowPermission: 0, NewDeviceIDServer: strings.ToUpper(openssl.Md5ToString(ss.GetDeviceID())), ShowGuestConfirm: 1, VoicetipButton: 1,