NOISSUE create translations folder before starting to watch it for changes

Fixes issue where on first run, the translations don't show up.
This commit is contained in:
Petr Mrázek
2019-03-08 01:21:04 +01:00
parent ae956d8fd6
commit 07c1685ff1
3 changed files with 5 additions and 4 deletions

View File

@ -74,7 +74,7 @@ Meta::BaseEntity::~BaseEntity()
QUrl Meta::BaseEntity::url() const
{
return QUrl("https://v1.meta.multimc.org").resolved(localFilename());
return QUrl("https://meta.multimc.org/v1").resolved(localFilename());
}
bool Meta::BaseEntity::loadLocalFile()