diff options
| -rw-r--r-- | Swift/QtUI/QtLoginWindow.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Swift/QtUI/QtLoginWindow.cpp b/Swift/QtUI/QtLoginWindow.cpp index d0ab61e..fc92792 100644 --- a/Swift/QtUI/QtLoginWindow.cpp +++ b/Swift/QtUI/QtLoginWindow.cpp @@ -273,7 +273,7 @@ void QtLoginWindow::handleUsernameTextChanged() {  	QString username = username_->currentText();  	for (int i = 0; i < usernames_.count(); i++) {  		if (username_->currentText() == usernames_[i]) { -			certificateFile_ == certificateFiles_[i]; +			certificateFile_ = certificateFiles_[i];  			password_->setText(passwords_[i]);  			remember_->setChecked(password_->text() != "");  		} | 
 Swift
 Swift