zoom: Fix config/state changes
This commit is contained in:
parent
d30671c984
commit
b92879e60b
4 changed files with 46 additions and 16 deletions
|
|
@ -68,7 +68,7 @@ pub struct Config {
|
|||
pub struct DynamicConfig {
|
||||
outputs: (Option<PathBuf>, OutputsConfig),
|
||||
numlock: (Option<PathBuf>, NumlockStateConfig),
|
||||
accessibility_zoom: (Option<PathBuf>, ZoomState),
|
||||
pub accessibility_zoom: (Option<PathBuf>, ZoomState),
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize, Serialize)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue