зеркало из https://github.com/electron/electron.git
fix: devtools dock state with WCO on linux (#43490)
This commit is contained in:
Родитель
38512efd25
Коммит
41b8fdca5c
|
@ -550,7 +550,7 @@ void InspectableWebContents::LoadCompleted() {
|
|||
prefs.FindString("currentDockState");
|
||||
base::RemoveChars(*current_dock_state, "\"", &dock_state_);
|
||||
}
|
||||
#if BUILDFLAG(IS_WIN)
|
||||
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
|
||||
auto* api_web_contents = api::WebContents::From(GetWebContents());
|
||||
if (api_web_contents) {
|
||||
auto* win =
|
||||
|
|
Загрузка…
Ссылка в новой задаче