Small fix when changing drive in File Manager

This commit is contained in:
MaxXor 2015-09-05 10:31:54 +02:00
parent 3a1786a08d
commit 94e27bd0d1
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ namespace xServer.Forms
private void cmbDrives_SelectedIndexChanged(object sender, EventArgs e)
{
if (_connectClient != null && _connectClient.Value != null && _connectClient.Value.ReceivedLastDirectory)
if (_connectClient != null && _connectClient.Value != null)
{
SetCurrentDir(cmbDrives.SelectedValue.ToString());
RefreshDirectory();