fix error display (#1099)

* fix error display by ignoring hw accel setting

* update changelog

* revert background change
This commit is contained in:
Jason Dove
2023-01-05 20:02:48 -06:00
committed by GitHub
parent 5237e6fa50
commit 36ea88e2d6
2 changed files with 5 additions and 7 deletions
+3
View File
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Changed
- Always use software pipeline for error display
- This ensures errors will display even when hardware acceleration is misconfigured
## [0.7.2-beta] - 2023-01-05
### Fixed