AbstractSettingsApplication.st
changeset 19434 26040954e73a
parent 19429 df1468183528
child 19447 6ca3f10f4932
--- a/AbstractSettingsApplication.st	Tue Jan 28 16:06:40 2020 +0100
+++ b/AbstractSettingsApplication.st	Wed Jan 29 11:37:00 2020 +0100
@@ -13779,7 +13779,7 @@
     scriptingEnabled := false.
     scriptingEnabledOnlyViaLocalConnection := true.
 
-    (self hasRDoitServer and:[RDoItServer isLoaded]) ifTrue:[
+    (self hasRDoitServer) ifTrue:[
         rDoitsEnabled := RDoItServer serverRunning.
         rDoitEnabledOnlyViaLocalConnection := RDoItServer localConnectionsOnly.
         rDoitLogging := RDoItServer isLogging.
@@ -14044,7 +14044,7 @@
 !
 
 hasUnsavedChanges
-    (self hasRDoitServer and:[RDoItServer isLoaded]) ifTrue:[
+    (self hasRDoitServer) ifTrue:[
         self rDoitsEnabled value ~= RDoItServer serverRunning ifTrue:[^ true].
         RDoItServer serverRunning ifTrue:[
             self rDoitLogging value ~= RDoItServer isLogging ifTrue:[^ true].