more work on gtk & code cleanup
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Pilz.Net.CloudProviders.Nextcloud;
|
||||
|
||||
public class NextcloudClient : IDisposable
|
||||
{
|
||||
private readonly List<ClientBase> clients = new();
|
||||
private readonly List<ClientBase> clients = [];
|
||||
private NextcloudLogin? currentLogin;
|
||||
|
||||
public OcsApi Ocs { get; init; } = new();
|
||||
|
||||
Reference in New Issue
Block a user