make download ui clickthrough, add option to move it, add forbidden transfers list

This commit is contained in:
Stanley Dimant
2022-07-03 00:53:05 +02:00
parent af06fd9b87
commit cf87ed5019
7 changed files with 109 additions and 9 deletions

View File

@@ -76,7 +76,7 @@ namespace MareSynchronos
_fileCacheManager.StartWatchers();
ReLaunchCharacterManager();
};
_downloadUi = new DownloadUi(_windowSystem, _configuration, _apiController);
_downloadUi = new DownloadUi(_windowSystem, _configuration, _apiController, uiSharedComponent);
_dalamudUtil.LogIn += DalamudUtilOnLogIn;