make download ui clickthrough, add option to move it, add forbidden transfers list
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user