Skip to content

Commit 19b9677

Browse files
committed
Fix Taskcanceledexception on close(?)
1 parent aad9874 commit 19b9677

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
2828
- "Remove from SLM" Context Menu Item not working with created Origin libraries
2929
- Checking for library existence for SLM libraries not working as intended.
3030
- Showing Steam failover images for Origin games in List View if the image is not loaded correctly.
31+
- Disk Space with Mounted Volumes ([#72](https://github.com/RevoLand/Steam-Library-Manager/issues/72))
3132

3233
## [1.5.1.10] - 2019-07-17
3334

Source/Steam Library Manager/Forms/Main.xaml.cs

+1
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ private async void MainForm_ClosingAsync(object sender, System.ComponentModel.Ca
221221

222222
Functions.SLM.OnClosing();
223223
Application.Current.Shutdown();
224+
Environment.Exit(0);
224225
}
225226

226227
public void LibraryCMenuItem_Click(object sender, RoutedEventArgs e) => ((Definitions.Library)(sender as MenuItem)?.DataContext)?.ParseMenuItemActionAsync((string)((MenuItem)sender)?.Tag);

0 commit comments

Comments
 (0)