mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
use const
This commit is contained in:
parent
416cb812e5
commit
86c7e357e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue