Skip to content

Commit

Permalink
Remove mention of iOS and Android in window::action
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj authored Dec 12, 2022
1 parent 750fecd commit cfcf201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/src/window/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>),
Expand Down

0 comments on commit cfcf201

Please sign in to comment.