New upstream version 26.0.0+dfsg1
This commit is contained in:
parent
8e020cdacb
commit
240080891f
837 changed files with 41275 additions and 9196 deletions
|
|
@ -496,9 +496,8 @@ void OBSBasic::on_actionImportProfile_triggered()
|
|||
return;
|
||||
}
|
||||
|
||||
QString dir = QFileDialog::getExistingDirectory(
|
||||
this, QTStr("Basic.MainMenu.Profile.Import"), home,
|
||||
QFileDialog::ShowDirsOnly | QFileDialog::DontResolveSymlinks);
|
||||
QString dir = SelectDirectory(
|
||||
this, QTStr("Basic.MainMenu.Profile.Import"), home);
|
||||
|
||||
if (!dir.isEmpty() && !dir.isNull()) {
|
||||
QString inputPath = QString::fromUtf8(path);
|
||||
|
|
@ -543,9 +542,8 @@ void OBSBasic::on_actionExportProfile_triggered()
|
|||
return;
|
||||
}
|
||||
|
||||
QString dir = QFileDialog::getExistingDirectory(
|
||||
this, QTStr("Basic.MainMenu.Profile.Export"), home,
|
||||
QFileDialog::ShowDirsOnly | QFileDialog::DontResolveSymlinks);
|
||||
QString dir = SelectDirectory(
|
||||
this, QTStr("Basic.MainMenu.Profile.Export"), home);
|
||||
|
||||
if (!dir.isEmpty() && !dir.isNull()) {
|
||||
QString outputDir = dir + "/" + currentProfile;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue