mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Remove dirs crate from use in UWP builds.
This commit is contained in:
parent
237ef8da34
commit
3e22b52b47
7 changed files with 15 additions and 4 deletions
|
@ -58,7 +58,7 @@ pub fn pref_map() -> &'static Preferences<'static, Prefs> {
|
|||
&PREFS
|
||||
}
|
||||
|
||||
pub fn add_user_prefs() {
|
||||
pub(crate) fn add_user_prefs() {
|
||||
if let Some(path) = user_prefs_path() {
|
||||
init_user_prefs(path);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue