diff options
author | 2022-12-13 00:13:01 +0100 | |
---|---|---|
committer | 2022-12-13 00:13:01 +0100 | |
commit | cfcf2017e551beee8503081a48a9c0ce3905a443 (patch) | |
tree | e5087426c21c42f1ad01f0622f654b505b99db3a /native/src | |
parent | 750fecd6bca293fa891fbdfbf6c7052c49e3fd12 (diff) | |
download | iced-cfcf2017e551beee8503081a48a9c0ce3905a443.tar.gz iced-cfcf2017e551beee8503081a48a9c0ce3905a443.tar.bz2 iced-cfcf2017e551beee8503081a48a9c0ce3905a443.zip |
Remove mention of iOS and Android in `window::action`
Diffstat (limited to 'native/src')
-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>), |