Merge pull request #635 from yuya-oc/fix-zoom-issue

Keep MainWindow's zoom level to zero excepting webview
This commit is contained in:
Yuya Ochiai
2017-11-01 02:23:13 +09:00
committed by GitHub
3 changed files with 7 additions and 1 deletions

View File

@@ -41,6 +41,8 @@ Release date: TBD
[#497](https://github.com/mattermost/desktop/issues/497)
- Fixed an issue where unnecessary focus remains after closing dialogs on the settings page.
[#446](https://github.com/mattermost/desktop/issues/446)
- Fixed an issue where there is a case of that modified font size causes wrong rendering.
[#334](https://github.com/mattermost/desktop/issues/334)
#### Windows
- Fixed desktop notifications not working when the window has been minimized from inactive state.