1
0
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:
James Crook
2019-04-12 20:18:17 +01:00
parent f4aa75f4fc
commit f66e753c54
3 changed files with 36 additions and 6 deletions

View File

@@ -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;
}