summaryrefslogtreecommitdiffstats
path: root/native/src
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2022-12-13 00:13:01 +0100
committerLibravatar GitHub <noreply@github.com>2022-12-13 00:13:01 +0100
commitcfcf2017e551beee8503081a48a9c0ce3905a443 (patch)
treee5087426c21c42f1ad01f0622f654b505b99db3a /native/src
parent750fecd6bca293fa891fbdfbf6c7052c49e3fd12 (diff)
downloadiced-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.rs2
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>),