Archived
1
0

App UI development

Updated and enchanced MainPage
Updated Core
This commit is contained in:
Michael Gordeev
2020-05-12 01:32:41 +03:00
parent f89bf80018
commit a792132428
54 changed files with 2684 additions and 1479 deletions
+4 -1
View File
@@ -133,7 +133,10 @@ namespace FoxTube
return "en-US";
}
public static void ResetSettings() =>
public static void ResetSettings()
{
settings.Values.Clear();
ApplicationData.Current.LocalSettings.Values.Clear();
}
}
}