Remove mention of iOS and Android in window::action

This commit is contained in:
Héctor Ramón 2022-12-13 00:13:01 +01:00 committed by GitHub
parent 750fecd6bc
commit cfcf2017e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>),