GNOME: Fix wayland_titlebar_color not being applied until the color is changed at least once

Fixes #6447
This commit is contained in:
Kovid Goyal
2023-07-12 10:38:33 +05:30
parent 9e0e23ae99
commit 97b073fd8c
2 changed files with 17 additions and 15 deletions

View File

@@ -48,6 +48,8 @@ Detailed list of changes
- macOS: Fix a regression that caused the titlebar to be translucent even for non-translucent windows (:iss:`6450`)
- GNOME: Fix :opt:`wayland_titlebar_color` not being applied until the color is changed at least once (:iss:`6447`)
- Remote control launch: Fix ``--env`` not implemented when using ``--cwd=current`` with the SSH kitten (:iss:`6438`)
0.29.0 [2023-07-10]