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