persist anti afk toggle

This commit is contained in:
2025-11-06 04:17:03 +00:00
parent 560d9659f4
commit af8a5b1746
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ use std::{
#[derive(Serialize, Deserialize)]
pub struct PersistentState {
pub launcher: Platform,
pub anti_afk_enabled: bool,
pub settings: Settings,
}