[view.qt.thread] fix: crashing for custom actions that can request a system backup

This commit is contained in:
Vinicius Moreira
2021-12-15 15:47:32 -03:00
parent 0a5501fbd8
commit 98e19ea934
2 changed files with 2 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- UI
- crashing when resizing with floats instead of integers [#216](https://github.com/vinifmor/bauh/issues/216)
- crashing when using floats for spinner components [#217](https://github.com/vinifmor/bauh/issues/217)
- crashing for custom actions that can request a system backup (e.g: Arch -> Quick system upgrade)
## [0.9.23] 2021-12-10
### Features