Make FirstBootPrompt write the settings immediately upon launch.
If a user does not select anything, the default settings will be written. Part of #9427
This commit is contained in:
parent
e0566cc88e
commit
eede25d31f
@ -171,7 +171,7 @@ BootPromptWindow::BootPromptWindow()
|
||||
fKeymapsMenuField = new BMenuField("", "", new BMenu(""));
|
||||
fKeymapsMenuField->Menu()->SetLabelFromMarked(true);
|
||||
|
||||
_InitCatalog(false);
|
||||
_InitCatalog(true);
|
||||
_PopulateLanguages();
|
||||
_PopulateKeymaps();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user