Skip to content

Commit

Permalink
Change defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
romainguy committed May 7, 2024
1 parent f4f7bf3 commit e7440fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jvmMain/kotlin/dev/romainguy/kotlin/explorer/State.kt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class ExplorerState {
var optimize by BooleanState(Optimize, true)
var presentationMode by BooleanState(Presentation, false)
var showLineNumbers by BooleanState(ShowLineNumbers, true)
var showByteCode by BooleanState(ShowByteCode, true)
var showByteCode by BooleanState(ShowByteCode, false)
var showDex by BooleanState(ShowDex, true)
var showOat by BooleanState(ShowOat, true)
var sourceCode: String = readSourceCode(toolPaths)
Expand Down

0 comments on commit e7440fe

Please sign in to comment.