feat: add keep-screen-on plugin
Some checks failed
TrafficCue CI / check (push) Failing after 55s
TrafficCue CI / build (push) Successful in 48s

This commit is contained in:
2025-08-06 11:53:24 +02:00
parent cc1d5ba32e
commit 0ded36e780
6 changed files with 27 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
#[cfg_attr(mobile, tauri::mobile_entry_point)]
pub fn run() {
tauri::Builder::default()
.plugin(tauri_plugin_keep_screen_on::init())
.setup(|app| {
if cfg!(debug_assertions) {
app.handle().plugin(