remove extra conversion

This commit is contained in:
yggverse 2024-10-14 03:50:33 +03:00
parent 8f1e94dd68
commit 3047102c87
4 changed files with 9 additions and 9 deletions

View file

@ -158,7 +158,7 @@ impl Navigation {
}
// Setters
pub fn set_request_text(&self, value: &GString) {
pub fn set_request_text(&self, value: &str) {
// Focus out from content area on activate the link @TODO
self.widget.focus();