mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02:00
Add option in metadata editor to not show it again
Also added help button to it Also fixed Bug 2038 - Metadata editor opens without grid focus
This commit is contained in:
@@ -209,7 +209,9 @@ bool DoEditMetadata
|
||||
project.SetTags( newTags );
|
||||
project.PushState(title, shortUndoDescription);
|
||||
}
|
||||
|
||||
bool bShowInFuture;
|
||||
gPrefs->Read(wxT("/AudioFiles/ShowId3Dialog"), &bShowInFuture, true);
|
||||
project.SetShowId3Dialog( bShowInFuture );
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user