Don't persist zoom_with_keyboard

This commit is contained in:
Emil Ernerfeldt 2023-11-23 15:45:41 +01:00
parent 185e18ad4f
commit dd794f253a
1 changed files with 1 additions and 0 deletions

View File

@ -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.