more work on gtk & code cleanup
This commit is contained in:
@@ -5,5 +5,5 @@ namespace Pilz.Net.CloudProviders.Nextcloud.Client.Apps.Tables.Model;
|
||||
public class RowUpdate
|
||||
{
|
||||
[JsonProperty("data")]
|
||||
public Dictionary<long, object?> Data { get; set; } = new();
|
||||
public Dictionary<long, object?> Data { get; set; } = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user