summaryrefslogtreecommitdiffstats
path: root/src/application.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/application.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/application.rs b/src/application.rs
index 8c4a77a2..689332f1 100644
--- a/src/application.rs
+++ b/src/application.rs
@@ -14,6 +14,9 @@ use crate::{window, Command, Element, Executor, Settings, Subscription};
/// you do not intend to perform any background work in your program, the
/// [`Sandbox`](trait.Sandbox.html) trait offers a simplified interface.
///
+/// When using an [`Application`] with the `debug` feature enabled, a debug view
+/// can be toggled by pressing `F12`.
+///
/// [`Application`]: trait.Application.html
///
/// # Examples