diff --git a/app/src/processing/app/ui/theme/Window.kt b/app/src/processing/app/ui/theme/Window.kt index 91d245089..7b38e774c 100644 --- a/app/src/processing/app/ui/theme/Window.kt +++ b/app/src/processing/app/ui/theme/Window.kt @@ -84,7 +84,7 @@ private fun PDEWindowContent(window: JFrame, titleKey: String, fullWindowContent } CompositionLocalProvider(LocalWindow provides window) { - ProcessingTheme { + PDETheme { val locale = LocalLocale.current window.title = locale[titleKey] LaunchedEffect(locale) {