We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6800b1c commit ce5d3c2Copy full SHA for ce5d3c2
src/Files.App/Services/Settings/UserSettingsService.cs
@@ -67,7 +67,7 @@ public UserSettingsService()
67
68
public override object ExportSettings()
69
{
70
- var export = (Dictionary<string, object>)base.ExportSettings();
+ var export = (IDictionary<string, object>)base.ExportSettings();
71
72
// Remove session settings
73
export.Remove(nameof(GeneralSettingsService.LastSessionTabList));
0 commit comments