mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-11 08:56:03 +01:00
AUP3: Rework Compact Project menu item and AutoRecoverDialog
Plus a couple of fixes that prevent leaving temporary files after a project is loaded.
This commit is contained in:
@@ -91,7 +91,6 @@ ProjectSettings::ProjectSettings(AudacityProject &project)
|
||||
|
||||
void ProjectSettings::UpdatePrefs()
|
||||
{
|
||||
gPrefs->Read(wxT("/GUI/CompactAtClose"), &mCompactAtClose, true);
|
||||
gPrefs->Read(wxT("/AudioFiles/ShowId3Dialog"), &mShowId3Dialog, true);
|
||||
gPrefs->Read(wxT("/GUI/EmptyCanBeDirty"), &mEmptyCanBeDirty, true);
|
||||
gPrefs->Read(wxT("/GUI/ShowSplashScreen"), &mShowSplashScreen, true);
|
||||
|
||||
Reference in New Issue
Block a user