From efdcd3c780066c7e5170c736a3233835d8fc1f61 Mon Sep 17 00:00:00 2001 From: shahid Date: Fri, 20 Oct 2023 12:48:54 +0530 Subject: [PATCH 1/2] fixed white background dialog bug --- nested/dialog-window.html | 5 + src-tauri/Cargo.lock | 380 ++++++++++++++++++++++++++++++++++++++ src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 3 +- src/utils/index.ts | 14 +- 5 files changed, 400 insertions(+), 4 deletions(-) diff --git a/nested/dialog-window.html b/nested/dialog-window.html index 2616ee3..2873605 100644 --- a/nested/dialog-window.html +++ b/nested/dialog-window.html @@ -8,6 +8,7 @@