Qt: there is no core info with --disable-menu

This commit is contained in:
Brad Parker 2019-01-06 17:45:22 -05:00
parent 8343cf2680
commit 22598feca3

View File

@ -1909,6 +1909,8 @@ void MainWindow::setCoreActions()
core_info_get_list(&coreInfoList);
if (coreInfoList)
{
for (j = 0; j < coreInfoList->count; j++)
{
const core_info_t *info = &coreInfoList->list[j];
@ -1944,6 +1946,7 @@ void MainWindow::setCoreActions()
}
}
}
}
if (!allPlaylists)
break;