Revert screwing up the browser background once again...

master
Ansariel 2021-05-11 21:12:04 +02:00
parent fbeaed7c76
commit a703746196
1 changed files with 1 additions and 1 deletions

View File

@ -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;