From 8058eb48fe3fd1b37be974b5183df6ffc69bfb2c Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Mon, 18 May 2026 16:33:56 +0800
Subject: [PATCH] fix: show overlay in fullscreen spaces
---
VoiceSnapGo/internal/permissions/permissions_other.go | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/VoiceSnapGo/internal/permissions/permissions_other.go b/VoiceSnapGo/internal/permissions/permissions_other.go
index ccb9e70..db31980 100644
--- a/VoiceSnapGo/internal/permissions/permissions_other.go
+++ b/VoiceSnapGo/internal/permissions/permissions_other.go
@@ -7,6 +7,7 @@
{ID: IDMicrophone, Granted: true, State: "granted", Required: true},
{ID: IDAccessibility, Granted: true, State: "granted", Required: false},
{ID: IDInputMonitoring, Granted: true, State: "granted", Required: false},
+ {ID: IDBackground, Granted: true, State: "enabled", Required: false},
}
}
--
Gitblit v1.9.3