doc: research

This commit is contained in:
eneller
2025-12-17 20:18:51 +01:00
parent 881a723f4e
commit cade0046bf
2 changed files with 13 additions and 2 deletions

View File

@@ -53,6 +53,9 @@ pub fn run() {
.setup(|app| {
#[cfg_attr(not(target_os = "linux"), allow(unused_variables))]
let window = app.get_webview_window("main").unwrap();
#[cfg(target_os = "windows")]
{
}
#[cfg(target_os = "linux")]
{
use x11::xlib;