Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
Updater changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkalinee committed Mar 17, 2015
1 parent 93b2222 commit 0a46e97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Hurricane/Settings/UpdateService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ public UpdateService(Language currentlanguage)
restartApplication = true,
retrieveHostVersion = true,
autoCloseHostApplication = true,
Language = _language == Language.English ? Languages.English : Languages.Deutsch
Language = _language == Language.English ? Languages.English : Languages.Deutsch,
showTaskBarProgress = false,
autoCloseUpdateInstaller = true
};

_updController.updateFound += updController_updateFound;
Expand Down
2 changes: 2 additions & 0 deletions release-notes/0.3.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@

##Changes
- Changed animations for the listviews
- The update installer closes automatically

##Bugfixes
- Fixed a bug with the task bar progress while downloading an update

0 comments on commit 0a46e97

Please sign in to comment.