fix(gui): make dialogs readable (dark theme)
release / release (push) Successful in 14s

The update prompt and changelog dialogs inherited the app's light text color on a
default light Fusion background, making them unreadable. Style QDialog/QMessageBox
with the dark theme and readable text.
This commit is contained in:
2026-05-21 18:45:57 +02:00
parent 09cbc57b8c
commit 6215181d23
4 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "rigdoctor"
version = "0.1.0"
version = "0.1.1"
description = "Modular hardware monitoring & crash diagnostics for Linux gamers."
readme = "README.md"
requires-python = ">=3.11"