summaryrefslogtreecommitdiffstats
path: root/src/settings.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2021-11-21 15:16:31 +0700
committerLibravatar GitHub <noreply@github.com>2021-11-21 15:16:31 +0700
commite2ec824678cfddc0309f06711e5a5cf036fc3261 (patch)
treec2fe5cdbc51879276ab0a479bfdeac1c0fc983e8 /src/settings.rs
parentd165b789df603e3b93cc9f92184afa6aa6aaf64b (diff)
parentb89d3bed5cb77b87f1651ba69ee2a86debafba5a (diff)
downloadiced-e2ec824678cfddc0309f06711e5a5cf036fc3261.tar.gz
iced-e2ec824678cfddc0309f06711e5a5cf036fc3261.tar.bz2
iced-e2ec824678cfddc0309f06711e5a5cf036fc3261.zip
Merge pull request #1121 from Imberflur/fix-some-doc-links
Fix a few doc links
Diffstat (limited to 'src/settings.rs')
-rw-r--r--src/settings.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.rs b/src/settings.rs
index d726dc4f..f7940a0b 100644
--- a/src/settings.rs
+++ b/src/settings.rs
@@ -52,6 +52,8 @@ pub struct Settings<Flags> {
/// window to close (e.g. the user presses the close button).
///
/// By default, it is enabled.
+ ///
+ /// [`Application`]: crate::Application
pub exit_on_close_request: bool,
}