Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 7d46a74

Browse files
committed
[[ CEF ]] Use CEF by default on linux
The updated version of CEF now works on a significant number of distributions. This patch will allow CEF to be used by default unless a user explicitly sets `$LIVECODE_USE_CEF` to `0`.
1 parent e5ba453 commit 7d46a74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Toolset/libraries/revidelibrary.8.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4766,7 +4766,7 @@ private function revIDEPaletteBarHeight pStackID
47664766
end revIDEPaletteBarHeight
47674767

47684768
function revIDEBrowserWidgetUnavailable
4769-
return (the platform is "Linux") and ($LIVECODE_USE_CEF is not 1)
4769+
return (the platform is "Linux") and ($LIVECODE_USE_CEF is 0)
47704770
end revIDEBrowserWidgetUnavailable
47714771

47724772
/*

0 commit comments

Comments
 (0)