mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
use const
This commit is contained in:
parent
416cb812e5
commit
86c7e357e8
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user