mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
filter FS entities from subject filename, rename new constructor to build
This commit is contained in:
parent
bb4ddbdddd
commit
2f84c2b86e
4 changed files with 14 additions and 12 deletions
|
|
@ -66,7 +66,10 @@ impl Save {
|
|||
.filters(&filters)
|
||||
.initial_name(format!(
|
||||
"{}.pem",
|
||||
certificate.name.replace(MAIN_SEPARATOR, "-")
|
||||
certificate
|
||||
.name
|
||||
.trim_matches(MAIN_SEPARATOR)
|
||||
.replace(MAIN_SEPARATOR, "-")
|
||||
))
|
||||
.build()
|
||||
.save(Window::NONE, Cancellable::NONE, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue