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:
parent
ae956d8fd6
commit
07c1685ff1
3 changed files with 5 additions and 4 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue