mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-10 11:58:19 +02:00
Indent TrangaSettings
This commit is contained in:
@@ -59,7 +59,7 @@ public struct TrangaSettings()
|
||||
|
||||
public void Save()
|
||||
{
|
||||
File.WriteAllText(settingsFilePath, JsonConvert.SerializeObject(this));
|
||||
File.WriteAllText(settingsFilePath, JsonConvert.SerializeObject(this, Formatting.Indented));
|
||||
}
|
||||
|
||||
public void SetUserAgent(string value)
|
||||
|
Reference in New Issue
Block a user