[fix] Tray icon is not updating its status after an application is uninstalled

This commit is contained in:
Vinícius Moreira
2019-12-20 12:34:01 -03:00
parent d2077def93
commit c1cf3228ea
2 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [0.7.5] 2019-12-20
### Fixes
- Fix missing i18n keys when there are no mapped translations for the system's default locale [#40](https://github.com/vinifmor/bauh/issues/40)
- Tray icon is not updating its status after an application is uninstalled
## [0.7.4] 2019-12-09
### Improvements