parent
acd3c23798
commit
c3dbba8d85
1 changed files with 4 additions and 2 deletions
|
|
@ -660,8 +660,10 @@ impl Page {
|
|||
.map(|(projected_id, _)| Mirroring::Project(projected_id));
|
||||
}
|
||||
|
||||
// If mirror menu is not set, set it to don't mirror.
|
||||
self.mirror_menu.selected = Some(Mirroring::Disable);
|
||||
if self.mirror_menu.selected.is_none() {
|
||||
// If mirror menu is not set, set it to don't mirror.
|
||||
self.mirror_menu.selected = Some(Mirroring::Disable);
|
||||
}
|
||||
}
|
||||
|
||||
/// Change display orientation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue