--- a/libs/editor/widgets/passwordfield.cpp +++ b/libs/editor/widgets/passwordfield.cpp @@ -58,12 +58,12 @@ PasswordField::PasswordField(QWidget *pa // Do not add by default // m_passwordOptionsMenu->addItem(QIcon::fromTheme(QStringLiteral("document-close")), i18n("This password is not required"), NotRequired); - if (KWallet::Wallet::isEnabled()) { - m_passwordOptionsMenu->setCurrentIndex(0); - } else { +// if (KWallet::Wallet::isEnabled()) { +// m_passwordOptionsMenu->setCurrentIndex(0); +// } else { m_passwordOptionsMenu->setCurrentIndex(1); m_currentPasswordOption = StoreForAllUsers; - } +// } connect(m_passwordOptionsMenu, static_cast(&QComboBox::currentIndexChanged), this, &PasswordField::changePasswordOption); --- a/libs/editor/settings/ui/connectionwidget.ui +++ b/libs/editor/settings/ui/connectionwidget.ui @@ -48,7 +48,7 @@ The higher number means higher priority. All users may connect to this network - false + true