Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Feb 25, 2024
1 parent db254c5 commit b57ccd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CGAssistant/accountform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ void AccountForm::OnNotifyFillAutoLogin(int game, QString user, QString pwd, QSt
if(loginduration >= 0 && loginduration <= 120)
{
ui->horizontalSlider_loginDuration->setValue(loginduration);
on_horizontalSlider_loginDuration_valueChanged(loginduration)
on_horizontalSlider_loginDuration_valueChanged(loginduration);
}

if(create_chara)
Expand Down

0 comments on commit b57ccd9

Please sign in to comment.