Revert suppression of output of all external commands

This commit is contained in:
Andrzej Rybczak
2021-01-03 17:53:39 +01:00
parent 94198a79fe
commit dd0eac69f8
5 changed files with 12 additions and 9 deletions

View File

@@ -332,7 +332,7 @@ void Lyrics::edit()
fetch(m_song);
}
else
runExternalCommandNoOutput(Config.external_editor + " '" + filename + "'", false);
runExternalCommand(Config.external_editor + " '" + filename + "'", false);
}
void Lyrics::toggleFetcher()