mirror of
https://github.com/bitwarden/browser
synced 2026-01-20 09:23:23 +00:00
use new function name introduced in merge
This commit is contained in:
@@ -65,7 +65,7 @@ impl InstalledBrowserRetriever for DefaultInstalledBrowserRetriever {
|
||||
browsers.push((*browser).to_string());
|
||||
} else {
|
||||
// When not in sandbox check file system directly
|
||||
let data_dir = get_browser_data_dir(config)?;
|
||||
let data_dir = get_and_validate_data_dir(config)?;
|
||||
if data_dir.exists() {
|
||||
browsers.push((*browser).to_string());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user