fixed profile get not enabled bug
This commit is contained in:
parent
bbe26df827
commit
40a07cbf2c
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ void UserInterface::on_actionAbout_gta5sync_triggered()
|
|||
|
||||
void UserInterface::profileLoaded()
|
||||
{
|
||||
ui->menuProfile->setEnabled(false);
|
||||
ui->menuProfile->setEnabled(true);
|
||||
}
|
||||
|
||||
void UserInterface::on_actionSelect_all_triggered()
|
||||
|
|
Loading…
Reference in a new issue