docs: write about gtk4 dark theme bug on linux

This commit is contained in:
MeexReay 2025-07-20 02:05:33 +03:00 committed by GitHub
parent 253168e1b5
commit 346a3c971c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,6 +72,15 @@ Use this rustflags:
RUSTFLAGS="-C target-feature=-crt-static" cargo build -r RUSTFLAGS="-C target-feature=-crt-static" cargo build -r
``` ```
### Dark theme dont work
Edit `~/.config/gtk-4.0/settings.ini`:
```ini
[Settings]
gtk-application-prefer-dark-theme=1
```
# Cross-compiling (from Linux) # Cross-compiling (from Linux)
Build for all supported systems: Build for all supported systems: