From cfcf2017e551beee8503081a48a9c0ce3905a443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n?= Date: Tue, 13 Dec 2022 00:13:01 +0100 Subject: [PATCH] Remove mention of iOS and Android in `window::action` --- native/src/window/action.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/src/window/action.rs b/native/src/window/action.rs index f731be1961..283775ba05 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>),