Reload apply/cancel buttons too on language select

This commit is contained in:
JappaWakka 2024-12-09 17:16:27 +01:00
parent 5a546db127
commit 052f32a5de

View File

@ -231,6 +231,7 @@ Public Class NewOptionScreen
If languageMenuIndex(0) <> currentIndex Then
Localization.Load(Languages(languageMenuIndex(0)))
InitializeControls()
End If
End Sub