Skip to content

Commit

Permalink
[Bootstrap] Set debug to false per default
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed Feb 21, 2024
1 parent ef220d9 commit 1056358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Aardium/Bootstrap.fs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ type AardiumConfig =
/// Initial URL.
url : Option<string>

/// Enable debug / developer tools. Default is true.
/// Enable debug / developer tools. Default is false.
debug : bool

/// Icon file path.
Expand Down Expand Up @@ -319,7 +319,7 @@ module AardiumConfig =
minWidth = None
minHeight = None
url = None
debug = true
debug = false
icon = None
title = None
dynamicTitle = None
Expand Down

0 comments on commit 1056358

Please sign in to comment.