add is_sensitive_input argument

This commit is contained in:
yggverse 2024-10-17 08:26:10 +03:00
parent 0b1bdb43b5
commit 7fc6cad8b5
2 changed files with 7 additions and 1 deletions

View file

@ -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(),