Skip to content

Commit 85c71a9

Browse files
committed
login fix
it needs to be other side
1 parent bdab0cc commit 85c71a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

huggle/login.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ void Login::Localize()
185185
this->ui->checkBox_2->setText(_l("login-remember-password"));
186186
this->ui->checkBox_2->setToolTip(_l("login-remember-password-tooltip"));
187187
this->ui->labelIntro->setText(_l("login-intro"));
188-
if (this->ui->tableWidget->isVisible())
188+
if (!this->ui->tableWidget->isVisible())
189189
this->ui->pushButton_2->setText(_l("projects") + " >>");
190190
else
191191
this->ui->pushButton_2->setText(_l("projects") + " <<");

0 commit comments

Comments
 (0)