File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed
app/src/processing/app/ui Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ fun showWelcomeScreen(base: Base? = null) {
571571 unique = WelcomeScreen ::class ,
572572 fullWindowContent = true
573573 ) {
574- PDEWelcomeWithSurvey (base)
574+ PDEWelcome (base)
575575 }
576576}
577577
@@ -620,12 +620,12 @@ fun main(){
620620 application {
621621 PDEComposeWindow (titleKey = titleKey, size = size, fullWindowContent = true ) {
622622 PDETheme (darkTheme = true ) {
623- PDEWelcomeWithSurvey ()
623+ PDEWelcome ()
624624 }
625625 }
626626 PDEComposeWindow (titleKey = titleKey, size = size, fullWindowContent = true ) {
627627 PDETheme (darkTheme = false ) {
628- PDEWelcomeWithSurvey ()
628+ PDEWelcome ()
629629 }
630630 }
631631 }
Original file line number Diff line number Diff line change @@ -23,17 +23,6 @@ import processing.app.ui.theme.LocalLocale
2323import processing.app.ui.theme.PDETheme
2424import javax.swing.JComponent
2525
26-
27- fun addSurveyToWelcomeScreen (): JComponent {
28- return ComposePanel ().apply {
29- setContent {
30- PDETheme {
31- SurveyInvitation ()
32- }
33- }
34- }
35- }
36-
3726@Composable
3827fun SurveyInvitation () {
3928 val locale = LocalLocale .current
You can’t perform that action at this time.
0 commit comments