fix: add keep-screen-on permission in tauri
Some checks failed
TrafficCue CI / check (push) Failing after 1m4s
TrafficCue CI / build (push) Successful in 48s

This commit is contained in:
Cfp
2025-08-10 13:39:44 +02:00
parent 6bbf3448ac
commit 8fe6c87714

View File

@ -7,6 +7,7 @@
], ],
"permissions": [ "permissions": [
"core:default", "core:default",
"keep-screen-on:allow-keep-screen-on",
"upload:default", "upload:default",
"fs:allow-app-read", "fs:allow-app-read",
"fs:allow-app-write", "fs:allow-app-write",