RWELabs / Stardew-Valley-Mod-Manager

[Passion Project] The Stardew Valley Mod Manager is a powerful tool that is designed to be used alongside SMAPI to help you install and manage mods, automatically install modpacks and manage your game saves.
Other
29 stars 1 forks source link

[Issue] When mass uninstalling mods, the "Are you sure" prompt is shown for each individual mod. #90

Closed RyanWalpole closed 2 years ago

RyanWalpole commented 2 years ago

The Issue or Bug

When you mass uninstall mods from your disabled mods list, a confirmation prompt is shown for each mod you are attempting to uninstall.

Version

v220703 (Observed)

Operating System

Windows 11

Steps to reproduce the behavior

  1. Open Stardew Valley Mod Manager
  2. Select multiple mods in the Disabled Mods list.
  3. Click "Uninstall"
  4. Observe that there are multiple confirmation prompts, one for each mod you're attempting to uninstall.

Log Files

No response

Screenshots

No response

Additional Context

No response

Suggested Resolution

A better implementation would be for a single confirmation prompt to appear with a list of mods you're attempting to uninstall. Execute a foreach on mods to uninstall and list them in a single MessageBox.Show event rather than show the MessageBox for each mod.