diff options
Diffstat (limited to '')
| -rw-r--r-- | native/src/window/action.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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<T> {      /// 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<dyn FnOnce(Mode) -> T + 'static>), | 
