Revert screwing up the browser background once again...
parent
fbeaed7c76
commit
a703746196
|
|
@ -537,7 +537,7 @@ void MediaPluginCEF::receiveMessage(const char* message_string)
|
|||
settings.host_process_path = std::string(cur_dir_str);
|
||||
#endif
|
||||
settings.accept_language_list = mHostLanguage;
|
||||
settings.background_color = 0xff282828; // close to Viewer background color
|
||||
settings.background_color = 0xffffffff;
|
||||
settings.cache_enabled = true;
|
||||
settings.root_cache_path = mRootCachePath;
|
||||
settings.cache_path = mCachePath;
|
||||
|
|
|
|||
Loading…
Reference in New Issue