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:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user