1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-09 06:06:24 +01:00

Merge release-3.0.3 into master

Conflicts:
	src/AboutDialog.cpp
	src/prefs/ApplicationPrefs.cpp
This commit is contained in:
Paul Licameli
2021-07-12 14:41:27 -04:00
32 changed files with 464 additions and 192 deletions

View File

@@ -393,7 +393,7 @@ void OnResetConfig(const CommandContext &context)
menuManager.mLastAnalyzer = "";
menuManager.mLastTool = "";
gPrefs->DeleteAll();
ResetPreferences();
// Directory will be reset on next restart.
FileNames::UpdateDefaultPath(FileNames::Operation::Temp, TempDirectory::DefaultTempDir());