Removed Tauri warning

This commit is contained in:
Thorsten Sommer 2024-08-25 21:44:40 +02:00
parent 485836778a
commit 667f7c603b
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -28,6 +28,4 @@ rand_chacha = "0.3.1"
reqwest = { version = "0.12", features = ["native-tls-vendored"] } reqwest = { version = "0.12", features = ["native-tls-vendored"] }
[features] [features]
# this feature is used for production builds or when `devPath` points to the filesystem
# DO NOT REMOVE!!
custom-protocol = ["tauri/custom-protocol"] custom-protocol = ["tauri/custom-protocol"]