You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
emptyText.setText("No projects are available to launch. Please place a project into " + dir + " and restart this application. Press the back button to exit.");
69
+
emptyText.setText(
70
+
"No projects are available to launch. Please place a project into "
71
+
+ dir
72
+
+ " and restart this application. Press the back button to exit.");
0 commit comments