Remove dirs crate from use in UWP builds.

This commit is contained in:
Josh Matthews 2019-06-11 09:02:40 -04:00
parent 237ef8da34
commit 3e22b52b47
7 changed files with 15 additions and 4 deletions

View file

@ -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);
}