1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00
This commit is contained in:
Konkitoman
2023-11-07 12:15:57 +02:00
parent 645521bcee
commit 522cfb5767

View File

@@ -2526,7 +2526,7 @@ impl Context {
}
/// If `true`, [`Self::create_viewport_async`] and [`Self::create_viewport_sync`] will
/// embed the new viewports as [`egui::Window`]s instead of spawning a new native window.
/// embed the new viewports as [`crate::Window`]s instead of spawning a new native window.
///
/// `eframe` sets this to `false` on supported platforms,
/// but the default value is `true`.
@@ -2535,7 +2535,7 @@ impl Context {
}
/// If `true`, [`Self::create_viewport_async`] and [`Self::create_viewport_sync`] will
/// embed the new viewports as [`egui::Window`]s instead of spawning a new native window.
/// embed the new viewports as [`crate::Window`]s instead of spawning a new native window.
///
/// `eframe` sets this to `false` on supported platforms,
/// but the default value is `true`.