mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 18:05:37 +01:00
ui: web-view: set debug mode on debug build
This commit is contained in:
parent
f13b2fe93d
commit
89e1b2f91f
@ -26,7 +26,7 @@ pub fn start_ui(app_name: &str, http_address: &str, is_launcher: bool) {
|
|||||||
.content(Content::Url(http_address))
|
.content(Content::Url(http_address))
|
||||||
.size(size.0, size.1)
|
.size(size.0, size.1)
|
||||||
.resizable(false)
|
.resizable(false)
|
||||||
.debug(false)
|
.debug(cfg!(debug_assertions))
|
||||||
.user_data(())
|
.user_data(())
|
||||||
.invoke_handler(|wv, msg| {
|
.invoke_handler(|wv, msg| {
|
||||||
let mut cb_result = Ok(());
|
let mut cb_result = Ok(());
|
||||||
|
Loading…
Reference in New Issue
Block a user