mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
use const api for None values
This commit is contained in:
parent
bcf8dcb83a
commit
5e4f442966
3 changed files with 7 additions and 7 deletions
|
|
@ -60,7 +60,7 @@ impl File {
|
|||
.filters(&filters)
|
||||
.default_filter(&filter_pem)
|
||||
.build()
|
||||
.open(None::<&Window>, None::<&Cancellable>, {
|
||||
.open(Window::NONE, Cancellable::NONE, {
|
||||
let widget_action = widget_action.clone();
|
||||
let button = button.clone();
|
||||
let pem = pem.clone();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue