feat: sync state with greeter
This commit is contained in:
parent
74e90f793f
commit
b3a67bca50
4 changed files with 125 additions and 10 deletions
|
|
@ -81,6 +81,10 @@ impl A11yState {
|
|||
self.global.clone()
|
||||
}
|
||||
|
||||
pub fn screen_inverted(&self) -> bool {
|
||||
self.screen_inverted
|
||||
}
|
||||
|
||||
pub fn set_screen_magnifier(&mut self, enabled: bool) {
|
||||
self.magnifier_state = enabled;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue