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
Copy file name to clipboardExpand all lines: Project/Sources/Classes/Tools.4dm
+4-6
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,10 @@ singleton Class constructor()
14
14
15
15
Function init()
16
16
17
-
If (Is Windows || Is macOS)
18
-
If (Application type=4D Remote mode)
19
-
cs.Tools.me.webLicenseAvailable:=Is license available(4D Client Web license)
20
-
Else
21
-
cs.Tools.me.webLicenseAvailable:=(Is license available(4D Web license) | Is license available(4D Web local license) | Is license available(4D Web one connection license))
22
-
End if
17
+
If (Application type=4D Remote mode)
18
+
cs.Tools.me.webLicenseAvailable:=Is license available(4D Client Web license)
19
+
Else
20
+
cs.Tools.me.webLicenseAvailable:=(Is license available(4D Web license) | Is license available(4D Web local license) | Is license available(4D Web one connection license))
0 commit comments