File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,9 +99,9 @@ def __init__(self):
9999 # otherwise /home/some will be replaced as http://home/some
100100 self .browser = cefpython .CreateBrowserSync (
101101 windowInfo ,
102- # Flash will crash app in CEF 1 on Linux, setting
103- # plugins_disabled to True .
104- browserSettings = {"plugins_disabled" : True },
102+ # If there are problems with Flash you can disable it here,
103+ # by disabling all plugins .
104+ browserSettings = {"plugins_disabled" : False },
105105 navigateUrl = "file://" + GetApplicationPath ("wxpython.html" ))
106106
107107 self .Bind (wx .EVT_CLOSE , self .OnClose )
Original file line number Diff line number Diff line change @@ -99,9 +99,9 @@ def __init__(self):
9999 # otherwise /home/some will be replaced as http://home/some
100100 self .browser = cefpython .CreateBrowserSync (
101101 windowInfo ,
102- # Flash will crash app in CEF 1 on Linux, setting
103- # plugins_disabled to True .
104- browserSettings = {"plugins_disabled" : True },
102+ # If there are problems with Flash you can disable it here,
103+ # by disabling all plugins .
104+ browserSettings = {"plugins_disabled" : False },
105105 navigateUrl = "file://" + GetApplicationPath ("wxpython.html" ))
106106
107107 self .Bind (wx .EVT_CLOSE , self .OnClose )
You can’t perform that action at this time.
0 commit comments