Updated WebView version, added support for Edge engine on Windows, fixed some HTML.
This commit is contained in:
@@ -29,6 +29,7 @@ fn main() {
|
||||
#[cfg(windows)]
|
||||
unsafe {
|
||||
AttachConsole(ATTACH_PARENT_PROCESS);
|
||||
winapi::um::shellscalingapi::SetProcessDpiAwareness(2);
|
||||
}
|
||||
|
||||
let args: Vec<String> = env::args().collect();
|
||||
|
||||
Reference in New Issue
Block a user