mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Provide default for m_writeEtcDefaultKeyboard in KeyboardViewStep.
This commit is contained in:
parent
18ff94d41a
commit
c36b1f66a5
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ KeyboardViewStep::KeyboardViewStep( QObject* parent )
|
|||
: Calamares::ViewStep( parent )
|
||||
, m_widget( new KeyboardPage() )
|
||||
, m_nextEnabled( false )
|
||||
, m_writeEtcDefaultKeyboard( true )
|
||||
{
|
||||
m_widget->init();
|
||||
m_nextEnabled = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue