Skip to content
Snippets Groups Projects
Unverified Commit c9b7eccb authored by GyDi's avatar GyDi Committed by GitHub
Browse files

fix: app_handle as_ref

parent 2b6d9348
No related branches found
No related tags found
No related merge requests found
...@@ -181,6 +181,7 @@ impl Sysopt { ...@@ -181,6 +181,7 @@ impl Sysopt {
handle handle
.app_handle .app_handle
.lock() .lock()
.as_ref()
.map(|app_handle| { .map(|app_handle| {
app_handle app_handle
.env() .env()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment