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

Commit ab05260

Browse files
authored
Merge pull request #1872 from montegoulding/use-cef
[[ CEF ]] Use CEF by default on linux
2 parents 2387a18 + 7d46a74 commit ab05260

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)