fixed profile get not enabled bug

This commit is contained in:
Rafael 2016-04-12 23:29:28 +02:00
parent bbe26df827
commit 40a07cbf2c
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ void UserInterface::on_actionAbout_gta5sync_triggered()
void UserInterface::profileLoaded() void UserInterface::profileLoaded()
{ {
ui->menuProfile->setEnabled(false); ui->menuProfile->setEnabled(true);
} }
void UserInterface::on_actionSelect_all_triggered() void UserInterface::on_actionSelect_all_triggered()