Remove mention of iOS and Android in window::action
This commit is contained in:
parent
750fecd6bc
commit
cfcf2017e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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>),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue