mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 12:44:14 +01:00
add dialog to add secret key to main ui when no secret key is present
This commit is contained in:
parent
58db24e2b4
commit
73f009757c
5 changed files with 107 additions and 63 deletions
|
|
@ -3,7 +3,6 @@ using MareSynchronos.MareConfiguration.Models;
|
|||
using MareSynchronos.Models;
|
||||
using MareSynchronos.Utils;
|
||||
using MareSynchronos.WebAPI;
|
||||
using Microsoft.Extensions.Logging.Abstractions;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace MareSynchronos.Managers;
|
||||
|
|
@ -172,6 +171,7 @@ public class ServerConfigurationManager
|
|||
{
|
||||
var server = GetServerByIndex(serverSelectionIndex);
|
||||
server.Authentications.Remove(item);
|
||||
Save();
|
||||
}
|
||||
|
||||
internal void AddServer(ServerStorage serverStorage)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue