feat: check window render size and wait for completion to prevent white screen

This commit is contained in:
wonfen 2025-04-16 00:10:06 +08:00 committed by Tunglies
parent 41a662f784
commit d401a83c75

View File

@ -15,8 +15,7 @@ use parking_lot::RwLock;
use percent_encoding::percent_decode_str;
use serde_json;
use serde_yaml::Mapping;
use std::net::TcpListener;
use std::sync::Arc;
use std::{net::TcpListener, sync::Arc};
use tauri::{App, Manager};
use tauri::Url;