mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge branch 'pr1726'
This commit is contained in:
commit
c3927f9cfc
|
@ -869,7 +869,7 @@ QByteArray Core::loadToxSave(QString path)
|
|||
{
|
||||
qWarning() << "Profile "<<QFileInfo(path).baseName()<<" is already in use, pick another";
|
||||
GUI::showWarning(tr("Profile already in use"),
|
||||
tr("Your profile is already used by another qTox\n"
|
||||
tr("This profile is already used by another qTox instance\n"
|
||||
"Please select another profile"));
|
||||
QString tmppath = Settings::getInstance().askProfiles();
|
||||
if (tmppath.isEmpty())
|
||||
|
@ -967,7 +967,7 @@ void Core::switchConfiguration(const QString& _profile)
|
|||
{
|
||||
qWarning() << "Profile "<<profile<<" is already in use, pick another";
|
||||
GUI::showWarning(tr("Profile already in use"),
|
||||
tr("Your profile is already used by another qTox instance\n"
|
||||
tr("This profile is already used by another qTox instance\n"
|
||||
"Please select another profile"));
|
||||
do {
|
||||
profile = Settings::getInstance().askProfiles();
|
||||
|
|
Loading…
Reference in New Issue
Block a user