zoom: Fix config/state changes
This commit is contained in:
parent
d30671c984
commit
b92879e60b
4 changed files with 46 additions and 16 deletions
|
|
@ -72,7 +72,17 @@ pub fn init_backend_auto(
|
|||
.write()
|
||||
.unwrap()
|
||||
.seats
|
||||
.add_seat(initial_seat);
|
||||
.add_seat(initial_seat.clone());
|
||||
|
||||
if state
|
||||
.common
|
||||
.config
|
||||
.cosmic_conf
|
||||
.accessibility_zoom
|
||||
.start_on_login
|
||||
{
|
||||
state.update_zoom(&initial_seat, 1.0, true);
|
||||
}
|
||||
|
||||
let desired_numlock = state
|
||||
.common
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue