1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

remove ability for user to select dir different to browser

This commit is contained in:
John Harrington
2025-12-04 15:38:08 -07:00
parent 1e0988f172
commit d4ae1123fc

View File

@@ -33,7 +33,7 @@
browserName, browserPath.path]; browserName, browserPath.path];
openPanel.prompt = @"Grant Access"; openPanel.prompt = @"Grant Access";
openPanel.allowsMultipleSelection = NO; openPanel.allowsMultipleSelection = NO;
openPanel.canChooseDirectories = YES; openPanel.canChooseDirectories = NO;
openPanel.canChooseFiles = NO; openPanel.canChooseFiles = NO;
openPanel.directoryURL = browserPath; openPanel.directoryURL = browserPath;