diff --git a/native/src/window/action.rs b/native/src/window/action.rs index f731be19..283775ba 100644 --- a/native/src/window/action.rs +++ b/native/src/window/action.rs @@ -38,7 +38,7 @@ pub enum Action { /// Toggles whether window has decorations /// ## Platform-specific /// - **X11:** Not implemented. - /// - **iOS / Android / Web:** Unsupported. + /// - **Web:** Unsupported. ToggleDecorations, /// Fetch the current [`Mode`] of the window. FetchMode(Box T + 'static>),