From 805fe3ee99b365c569ed87ee613b94ef43415feb Mon Sep 17 00:00:00 2001 From: fufesou Date: Wed, 9 Apr 2025 13:55:57 +0800 Subject: [PATCH] conf key, auto update Signed-off-by: fufesou --- src/config.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.rs b/src/config.rs index 3a944f0..950f2a8 100644 --- a/src/config.rs +++ b/src/config.rs @@ -2307,6 +2307,7 @@ pub mod keys { pub const OPTION_TEXTURE_RENDER: &str = "use-texture-render"; pub const OPTION_ALLOW_D3D_RENDER: &str = "allow-d3d-render"; pub const OPTION_ENABLE_CHECK_UPDATE: &str = "enable-check-update"; + pub const OPTION_ALLOW_AUTO_UPDATE: &str = "allow-auto-update"; pub const OPTION_SYNC_AB_WITH_RECENT_SESSIONS: &str = "sync-ab-with-recent-sessions"; pub const OPTION_SYNC_AB_TAGS: &str = "sync-ab-tags"; pub const OPTION_FILTER_AB_BY_INTERSECTION: &str = "filter-ab-by-intersection";