рефакторинг хранения окон
This commit is contained in:
@@ -20,7 +20,7 @@ public class DownloadProject extends CurrentConnectionPass {
|
||||
File local_archive;
|
||||
@Override
|
||||
protected void ServerAction() throws Exception {
|
||||
dialogOK = (UI.getRemoteFileChooser().ShowDialog(getDescription(), this, true));
|
||||
dialogOK = (Global.mainModule.getUI().getRemoteFileChooser().ShowDialog(getDescription(), this, true));
|
||||
if (dialogOK) {
|
||||
src = Global.mainModule.getRemoteFile();
|
||||
remote_archive = new RemoteFile(src.full_name, src.name + ".zip", false);
|
||||
|
||||
Reference in New Issue
Block a user