diff --git a/src/app/browser/window/tab/item/page/content/status/failure/widget.rs b/src/app/browser/window/tab/item/page/content/status/failure/widget.rs index 25d21f43..08e91657 100644 --- a/src/app/browser/window/tab/item/page/content/status/failure/widget.rs +++ b/src/app/browser/window/tab/item/page/content/status/failure/widget.rs @@ -7,7 +7,7 @@ pub struct Widget { impl Widget { // Constructors - /// Create new default widget configuration + /// Create new default widget configuration with options pub fn new(title: Option<&str>, description: Option<&str>) -> Self { let gobject = StatusPage::new(); diff --git a/src/app/browser/window/tab/item/page/content/status/loading/widget.rs b/src/app/browser/window/tab/item/page/content/status/loading/widget.rs index 9b147789..1470b27d 100644 --- a/src/app/browser/window/tab/item/page/content/status/loading/widget.rs +++ b/src/app/browser/window/tab/item/page/content/status/loading/widget.rs @@ -10,7 +10,7 @@ pub struct Widget { impl Widget { // Constructors - /// Create new default widget configuration + /// Create new default widget configuration with options pub fn new(title: Option<&str>, description: Option<&str>) -> Self { let gobject = StatusPage::builder() .child(