mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 18:36:58 +03:00
NOISSUE feature complete setup wizard
This commit is contained in:
parent
4c0db2b99d
commit
e1bd1c6145
17 changed files with 1075 additions and 553 deletions
|
|
@ -193,6 +193,10 @@ QString TranslationsModel::selectedLanguage()
|
|||
|
||||
void TranslationsModel::downloadIndex()
|
||||
{
|
||||
if(d->m_index_job || d->m_dl_job)
|
||||
{
|
||||
return;
|
||||
}
|
||||
qDebug() << "Downloading Translations Index...";
|
||||
d->m_index_job.reset(new NetJob("Translations Index"));
|
||||
MetaEntryPtr entry = ENV.metacache()->resolveEntry("translations", "index");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue