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";