mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
add is_sensitive_input argument
This commit is contained in:
parent
0b1bdb43b5
commit
7fc6cad8b5
2 changed files with 7 additions and 1 deletions
|
|
@ -34,6 +34,7 @@ impl Input {
|
|||
base: Uri,
|
||||
title: Option<&str>,
|
||||
size_limit: Option<usize>,
|
||||
is_sensitive_input: bool,
|
||||
) {
|
||||
self.widget.update(Some(
|
||||
&Response::new_arc(action_page_open, base, title, size_limit).gobject(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue