Skip to content

Commit e6bd23c

Browse files
authored
Fix file downloader Linux path
It wasn't using the full path for the file downloader
1 parent b701e12 commit e6bd23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bantam/Forms/BantamMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1629,7 +1629,7 @@ private async void downloadToolStripMenuItem_Click(object sender, EventArgs e)
16291629
}
16301630

16311631
string shellUrl = SelectedShellUrl;
1632-
string fileName = fileBrowserGetFileName();
1632+
string fileName = fileBrowserGetFileNameAndPath();
16331633
bool encryptResponse = Shells[shellUrl].ResponseEncryption;
16341634
int ResponseEncryptionMode = Shells[shellUrl].ResponseEncryptionMode;
16351635

0 commit comments

Comments
 (0)