We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3585946 commit 87d4b10Copy full SHA for 87d4b10
src/main/java/org/scijava/ui/UIService.java
@@ -53,7 +53,7 @@ public interface UIService extends SciJavaService {
53
// CTR TODO: Extend SingletonService<UserInterface>.
54
55
/** System property to set for overriding the default UI. */
56
- String UI_PROPERTY = "ij.ui";
+ String UI_PROPERTY = "scijava.ui";
57
58
/** Gets the {@link App} associated with the user interface. */
59
App getApp();
0 commit comments