mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-09-13 23:47:39 +03:00
docs: write about gtk4 dark theme bug on linux
This commit is contained in:
parent
253168e1b5
commit
346a3c971c
@ -72,6 +72,15 @@ Use this rustflags:
|
||||
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)
|
||||
|
||||
Build for all supported systems:
|
||||
|
Loading…
x
Reference in New Issue
Block a user