Added themes
This commit is contained in:
@@ -35,7 +35,8 @@ public class SettingsDictionary<TKey, TValue>
|
||||
if(!File.Exists(_File))
|
||||
{
|
||||
_Dictionary = new Dictionary<TKey, TValue>();
|
||||
return false;
|
||||
await SaveToFile();
|
||||
return true;
|
||||
}
|
||||
|
||||
string fileAsText = await File.ReadAllTextAsync(_File);
|
||||
|
||||
Reference in New Issue
Block a user