diff --git a/docs/GTK4.md b/docs/GTK4.md index a9b1254..952ff19 100644 --- a/docs/GTK4.md +++ b/docs/GTK4.md @@ -20,7 +20,7 @@ A full list of feature flags can be found [here](Compiling#features). | Area | Status | Notes | |-----------------|--------|-------------------------------------------------------------------------------------------------------| | Bar | ✅ | | -| Popups | ⚠️ | GTK4 removed window resize event - always display in position zero. | +| Popups | ⚠️ | Display in correct position but suffer from minor focus-steal issue on close, and other edge cases. | | Theming - CSS | ✅ | | | Theming - Icons | ⚠️ | GTK4 does not support icon theming - always uses default theme. Image scaling may be incorrect. | | Config - Format | ❌ ️ | Angle/justify properties have been removed from widgets and should now be controlled via CSS instead. | @@ -37,7 +37,7 @@ A full list of feature flags can be found [here](Compiling#features). | Keyboard | ✅ | | | Label | ✅ | | | Launcher | ❌ | | -| Music | ❌ | | +| Music | ✅ | | | Network Manager | ❌ | | | Notifications | ✅ | | | Script | ✅ | |