mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
remove private level for the entry with extra methods
This commit is contained in:
parent
6e4eec54f0
commit
e7e216aaea
8 changed files with 34 additions and 57 deletions
|
|
@ -4,6 +4,7 @@ use ggemini::{
|
|||
client::{Client, Request, Response},
|
||||
gio::{file_output_stream, memory_input_stream},
|
||||
};
|
||||
use gtk::prelude::EditableExt;
|
||||
use gtk::{
|
||||
gdk::Texture,
|
||||
gdk_pixbuf::Pixbuf,
|
||||
|
|
@ -569,7 +570,7 @@ fn handle(
|
|||
} else {
|
||||
let t = target.to_string();
|
||||
if matches!(redirect, Redirect::Permanent { .. }) {
|
||||
page.navigation.request.set_text(&t);
|
||||
page.navigation.request.entry.set_text(&t);
|
||||
}
|
||||
redirects.replace(total);
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue