chore: bump chromium to 79eae5b7b2d9dac441ac0182ee160 (master) (#19166)
This commit is contained in:
parent
6d83eaaf4b
commit
bd526f97a5
92 changed files with 507 additions and 461 deletions
|
@ -128,7 +128,7 @@ void NativeWindow::InitFromOptions(const mate::Dictionary& options) {
|
|||
}
|
||||
bool top;
|
||||
if (options.Get(options::kAlwaysOnTop, &top) && top) {
|
||||
SetAlwaysOnTop(true);
|
||||
SetAlwaysOnTop(ui::ZOrderLevel::kFloatingWindow);
|
||||
}
|
||||
bool fullscreenable = true;
|
||||
bool fullscreen = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue