2
0
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:
Revertron 2021-02-17 14:54:55 +01:00
parent a033cbcf38
commit b4ae51088d

View File

@ -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::*;