mirror of
https://github.com/Revertron/Alfis
synced 2024-11-07 09:20:31 +00:00
Suppressed console errors from webview.
Fixes: https://github.com/Revertron/Alfis/issues/1
This commit is contained in:
parent
a033cbcf38
commit
b4ae51088d
@ -76,7 +76,7 @@ fn run_interface(context: Arc<Mutex<Context>>, miner: Arc<Mutex<Miner>>) {
|
||||
.content(html)
|
||||
.size(1024, 720)
|
||||
.resizable(true)
|
||||
.debug(true)
|
||||
.debug(false)
|
||||
.user_data(())
|
||||
.invoke_handler(|web_view, arg| {
|
||||
use Cmd::*;
|
||||
|
Loading…
Reference in New Issue
Block a user