PenguLoader / PenguLoader

✨ The ultimate JavaScript plugin loader, build your unmatched LoL Client.
https://pengu.lol
Do What The F*ck You Want To Public License
347 stars 56 forks source link

DevTools display on 2k screen #91

Closed nitznic closed 6 months ago

nitznic commented 6 months ago

The font size of devtools displayed on the 2k screen is too small,What should I do? devtools

BakaFT commented 6 months ago

Try to zoom it with Ctrl++

nomi-san commented 6 months ago

We should set zoom level by default before showing the DevTools window.

  1. Get window's DPI
  2. Calculate zoom level by DPI / 96.0
  3. Call CefBrowserHost::SetZoomLevel()
nitznic commented 6 months ago

Try to zoom it with Ctrl+Shift++

it's worked,thx