mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-20 07:52:00 +08:00
Fix desktop release review findings
This commit is contained in:
@@ -156,8 +156,8 @@ function getComputerUsePermissions() {
|
||||
};
|
||||
}
|
||||
|
||||
let accessibility = 'unknown';
|
||||
let screenRecording = 'unknown';
|
||||
let accessibility;
|
||||
let screenRecording;
|
||||
try {
|
||||
accessibility = systemPreferences.isTrustedAccessibilityClient(false) ? 'granted' : 'not_granted';
|
||||
} catch {
|
||||
|
||||
Reference in New Issue
Block a user