mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-04 16:14:00 +01:00
Remove Cancel button from Timer Record progress dialog.
This commit is contained in:
@@ -251,7 +251,8 @@ bool TimerRecordDialog::RunWaitDialog()
|
||||
TimerProgressDialog
|
||||
progress(m_TimeSpan_Duration.GetMilliseconds().GetValue(),
|
||||
_("Audacity Timer Record Progress"),
|
||||
strMsg);
|
||||
strMsg,
|
||||
pdlgHideCancelButton);
|
||||
|
||||
// Make sure that start and end time are updated, so we always get the full
|
||||
// duration, even if there's some delay getting here.
|
||||
|
||||
Reference in New Issue
Block a user