From da1c8d1da3decd5d4c1a00a7dae29bf4ee3601e8 Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 29 Oct 2024 01:29:40 +0200 Subject: [PATCH] update comments --- .../window/tab/item/page/content/status/failure/widget.rs | 2 +- .../window/tab/item/page/content/status/loading/widget.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(