Skip to content

Commit 3bbe876

Browse files
author
Biraj Mainali
committed
chore : status if error
1 parent a9b59ec commit 3bbe876

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MainWindow.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ private void OnRestore(object sender, EventArgs e)
7575
}
7676
catch (Exception ex)
7777
{
78+
SelectedFilelbl.Text = "";
79+
WorkingStatus.Text = "";
7880
MessageBox.Show(ex.Message);
7981
}
8082
finally

0 commit comments

Comments
 (0)