[fix][settings] crashing when an empty Qt style is defined

This commit is contained in:
Vinícius Moreira
2020-05-05 14:44:55 -03:00
parent 784526a004
commit f076e15119
2 changed files with 7 additions and 3 deletions

View File

@@ -6,7 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [0.9.3] 2020
### Fixes
- upgrade: crashing for scenarios when there are packages that cannot upgrade to be displayed on the summary window
- upgrade: crashing for scenarios when there are packages that cannot upgrade to be displayed on the summary window
- settings: crashing when an empty Qt style is defined [#104](https://github.com/vinifmor/bauh/issues/104)
## [0.9.2] 2020-05-04
### Features