Need "Are you sure?" dialog to prevent user accidentally deleting workspace
Similar to #67291: Need "are you sure?" option to prevent user accidentally deleting palettes. In current master, a confirmation is necessary in order to delete a single palette, but there is nothing deleting an entire workspace full of them.
Comments
see https://github.com/musescore/MuseScore/pull/2787
Fixed in branch master, commit d0e8152388
fix #121746: ask for confirmation before deleting a workspace
and change Qt's `foreach(a, b)` to C++11's `for (a : b)`
Also improve the delete palette message
Fixed in branch master, commit 964df1a7f3
Merge pull request #2787 from Jojo-Schmitz/workspace-delete-confirm
fix #121746: ask for confirmation before deleting a workspace
Fixed in branch 2.0.4, commit 47519e5e11
fix #121746: ask for confirmation before deleting a workspace
and change Qt's `foreach(a, b)` to C++11's `for (a : b)`
Also improve the delete palette message
Automatically closed -- issue fixed for 2 weeks with no activity.