Don't persist zoom_with_keyboard
This commit is contained in:
parent
185e18ad4f
commit
dd794f253a
|
|
@ -187,6 +187,7 @@ pub struct Options {
|
||||||
/// presses Cmd+Plus, Cmd+Minus or Cmd+0, just like in a browser.
|
/// presses Cmd+Plus, Cmd+Minus or Cmd+0, just like in a browser.
|
||||||
///
|
///
|
||||||
/// This is `true` by default.
|
/// This is `true` by default.
|
||||||
|
#[cfg_attr(feature = "serde", serde(skip))]
|
||||||
pub zoom_with_keyboard: bool,
|
pub zoom_with_keyboard: bool,
|
||||||
|
|
||||||
/// Controls the tessellator.
|
/// Controls the tessellator.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue