fix: RTL WindowButtonsProxy buttons (#36839)

* fix: RTL WindowButtonsProxy buttons

* chore: address review feedback
This commit is contained in:
Shelley Vohr 2023-01-10 12:19:00 +01:00 committed by GitHub
parent 168726a052
commit 414791232a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 38 additions and 0 deletions

View file

@ -382,6 +382,7 @@ int ElectronBrowserMainParts::PreCreateThreads() {
#if BUILDFLAG(IS_MAC)
ui::InitIdleMonitor();
Browser::Get()->ApplyForcedRTL();
#endif
fake_browser_process_->PreCreateThreads();