VDBStartup.st
changeset 203 6fd080fc5ee3
parent 198 1d26f35595b2
child 264 23960fcb9dac
--- a/VDBStartup.st	Mon Nov 16 22:21:57 2020 +0000
+++ b/VDBStartup.st	Tue Nov 17 15:18:37 2020 +0000
@@ -112,6 +112,13 @@
     ^ 'vdb'
 
     "Created: / 06-06-2017 / 22:50:44 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+isStandalone
+    Standalone isNil ifTrue: [^ Smalltalk isStandAloneApp ].
+    ^ Standalone
+
+    "Created: / 17-11-2020 / 13:08:20 / Jan Vrany <jan.vrany@labware.com>"
 ! !
 
 !VDBStartup class methodsFor:'startup'!