We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e04faa commit 830eceaCopy full SHA for 830ecea
app/src/processing/app/ui/theme/Window.kt
@@ -84,7 +84,7 @@ private fun PDEWindowContent(window: JFrame, titleKey: String, fullWindowContent
84
}
85
86
CompositionLocalProvider(LocalWindow provides window) {
87
- ProcessingTheme {
+ PDETheme {
88
val locale = LocalLocale.current
89
window.title = locale[titleKey]
90
LaunchedEffect(locale) {
0 commit comments