Skip to content

Commit

Permalink
Please stop announcing recorded files. We are the only branch of DOSB…
Browse files Browse the repository at this point in the history
…ox that feels the need to message box about every capture file it has completed, but do leave the option for those who want to enable it
  • Loading branch information
joncampbell123 committed Aug 31, 2023
1 parent c9141ef commit 3a58e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dosbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,7 @@ void DOSBOX_SetupConfigSections(void) {
Pbool = secprop->Add_bool("compresssaveparts", Property::Changeable::WhenIdle,true);
Pbool->Set_help("If set, DOSBox-X will compress components of saved states to save space.");

Pbool = secprop->Add_bool("show recorded filename", Property::Changeable::WhenIdle,true);
Pbool = secprop->Add_bool("show recorded filename", Property::Changeable::WhenIdle,false);
Pbool->Set_help("If set, DOSBox-X will show message boxes with recorded filenames when making audio or video captures.");

/* will change to default true unless this causes compatibility issues with other users or their editing software */
Expand Down

0 comments on commit 3a58e55

Please sign in to comment.