Commit 8eb6e1a
committed
Make single-instance behavior opt-in via scijava.app.single-instance property
Single-instance mode is now only activated when the system property
scijava.app.single-instance=true is set. This makes the feature opt-in
rather than mandatory, allowing applications that need multiple
concurrent instances to run without modification.1 parent 20e1451 commit 8eb6e1a
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| |||
0 commit comments