use const

This commit is contained in:
yggverse 2024-12-11 03:52:41 +02:00
parent 416cb812e5
commit 86c7e357e8

View File

@ -63,7 +63,7 @@ impl Save {
.filters(&filters) .filters(&filters)
.initial_name(format!("{}.pem", certificate.name)) .initial_name(format!("{}.pem", certificate.name))
.build() .build()
.save(None::<&Window>, None::<&Cancellable>, { .save(Window::NONE, Cancellable::NONE, {
let button = button.clone(); let button = button.clone();
move |result| { move |result| {
match result { match result {