| 121 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 122 | #[serde(untagged)] |
| 123 | pub enum AutoUpdateMode { |
| 124 | Boolean(bool), |
| 125 | Notify(String), |
| 126 | } |
| 127 | |
| 128 | #[derive(Debug, Clone, Serialize, Deserialize, Default)] |
| 129 | pub struct KeybindsConfig { |
nothing calls this directly
no outgoing calls
no test coverage detected