SetFullscreen => SetFullScreen
This commit is contained in:
parent
28ca883805
commit
271eb63083
8 changed files with 13 additions and 13 deletions
|
@ -204,7 +204,7 @@ void NativeWindow::InitFromOptions(const mate::Dictionary& options) {
|
|||
}
|
||||
bool fullscreen;
|
||||
if (options.Get(switches::kFullscreen, &fullscreen) && fullscreen) {
|
||||
SetFullscreen(true);
|
||||
SetFullScreen(true);
|
||||
}
|
||||
bool skip;
|
||||
if (options.Get(switches::kSkipTaskbar, &skip) && skip) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue