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 cancelling an update from the main dashboard, the application continues to run without a window. #87

Closed RyanWalpole closed 2 years ago

RyanWalpole commented 2 years ago

The Issue or Bug

When you click "Check for updates" from within the application's dashboard and start updating, when you hit the cancel button the update window disappears as the update gets cancelled, but the main dashboard does not re-appear. The application continues to run in the background with no window.

Version

220703 (observed)

Operating System

Windows 11

Steps to reproduce the behavior

  1. Open Stardew Valley Mod Manager
  2. If an update is available, do not update.
  3. Click "Check for updates" on the Main Dashboard.
  4. Click Yes to begin downloading the update.
  5. Before the download is completed, click Cancel
  6. Observe the download window close and no other windows appear.
  7. Open Task Manager
  8. Observe that the application is still running, windowless.

Log Files

No response

Screenshots

No response

Additional Context

No response

Suggested Resolution

Possible Resolution: Change the download form to be a .ShowDialog(); instead of a .Show(); and have the main dashboard not hide when opening the download form.