Skip to content

Commit

Permalink
Add suppressImages to fronts tool settings class
Browse files Browse the repository at this point in the history
  • Loading branch information
Georges-GNM committed Sep 26, 2024
1 parent 0c1d07a commit d2af950
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ object FrontsToolSettings {
}

case class FrontsToolSettings (
displayEditWarning: Option[Boolean])
displayEditWarning: Option[Boolean],
suppressImages: Option[Boolean])

object DisplayHintsJson {
implicit val jsonFormat: OFormat[DisplayHintsJson] = Json.format[DisplayHintsJson]
Expand Down

0 comments on commit d2af950

Please sign in to comment.