mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-31 08:00:25 -07:00
Merge pull request #1521 from tooomm/patch-2
remove debug code; fix #1520
This commit is contained in:
@@ -831,7 +831,6 @@ void TabDeckEditor::actOpenCustomsetsFolder() {
|
||||
QStringList args;
|
||||
dataDir.append("/customsets");
|
||||
args << QDir::toNativeSeparators(dataDir);
|
||||
aOpenCustomsetsFolder->setText(dataDir);
|
||||
QProcess::startDetached("explorer", args);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user