Switch back to
This commit is contained in:
parent
687ccd4c6f
commit
cfdf9198da
3 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ pub struct EditorSettings {
|
|||
|
||||
#[derive(Copy, Clone, Debug, Serialize, Deserialize, JsonSchema, PartialEq, Eq)]
|
||||
pub struct Scrollbar {
|
||||
pub when_to_show: ShowScrollbar,
|
||||
pub show: ShowScrollbar,
|
||||
pub git_diff: bool,
|
||||
}
|
||||
|
||||
|
@ -35,7 +35,7 @@ pub struct EditorSettingsContent {
|
|||
|
||||
#[derive(Copy, Clone, Debug, Serialize, Deserialize, JsonSchema, PartialEq, Eq)]
|
||||
pub struct ScrollbarContent {
|
||||
pub when_to_show: Option<ShowScrollbar>,
|
||||
pub show: Option<ShowScrollbar>,
|
||||
pub git_diff: Option<bool>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue