mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:27:21 +01:00
add downloads UI, fix some bugs on disconnect
This commit is contained in:
parent
6ee159f716
commit
9b8145fddd
9 changed files with 216 additions and 50 deletions
|
|
@ -47,6 +47,9 @@ namespace MareSynchronos
|
|||
public Dictionary<string, string> UidComments { get; set; } = new();
|
||||
public bool UseCustomService { get; set; } = false;
|
||||
public int Version { get; set; } = 0;
|
||||
|
||||
public bool ShowTransferWindow { get; set; } = true;
|
||||
|
||||
// the below exist just to make saving less cumbersome
|
||||
public void Initialize(DalamudPluginInterface pluginInterface)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue