fix: set supported scale factors on startup (#38836)
This commit is contained in:
parent
2b3902e526
commit
f6bbc34658
4 changed files with 25 additions and 25 deletions
|
@ -203,13 +203,6 @@ void Browser::DidFinishLaunching(base::Value::Dict launch_info) {
|
|||
}
|
||||
for (BrowserObserver& observer : observers_)
|
||||
observer.OnFinishLaunching(launch_info.Clone());
|
||||
|
||||
#if BUILDFLAG(IS_MAC)
|
||||
if (dock_icon_) {
|
||||
DockSetIconImage(*dock_icon_);
|
||||
dock_icon_.reset();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
v8::Local<v8::Value> Browser::WhenReady(v8::Isolate* isolate) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue