Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dansoftowner committed Apr 19, 2021
2 parents 7037458 + 0f05f5f commit f1f4aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ detector.registerListener(isDark -> {
} else {
// The OS switched to a light theme
}
})
});
});
```
It's important because if you are doing JavaFX specific stuff in the listener, you should execute it on the `JavaFX Application Thread`.
Expand Down

0 comments on commit f1f4aae

Please sign in to comment.