Allowing some dead code features because they are there for future use (potentially)

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2024-11-04 18:03:18 +11:00
parent edc64ba6d2
commit 6dfc2d7393
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -95,6 +95,7 @@ pub fn run() {
let mut builder = tauri::Builder::default().plugin(tauri_plugin_dialog::init());
#[cfg(desktop)]
#[allow(unused_variables)]
{
builder = builder.plugin(tauri_plugin_single_instance::init(|_app, argv, _cwd| {
// when defining deep link schemes at runtime, you must also check `argv` here