mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 15:43:17 +02:00
Missed a Capital letter in a function name
This commit is contained in:
parent
8089653784
commit
31dcbf532f
1 changed files with 1 additions and 1 deletions
|
@ -840,7 +840,7 @@ function shutdown() {
|
|||
}
|
||||
|
||||
if (secondLaunchWindow) {
|
||||
closesecondLaunchWindow();
|
||||
closeSecondLaunchWindow();
|
||||
}
|
||||
|
||||
maybeDeleteInputDeviceMutedOverlay();
|
||||
|
|
Loading…
Reference in a new issue