Windows System Tray v0.30.0

Maybe it’s overlooked, but after the v0.30.0 update Stash doesn’t load into the system tray anymore

Not sure if this was intentional or just something that slipped through, but with the latest v0.30.0 update, the Stash app no longer loads into the system tray on Windows.
Instead, it only shows up on the taskbar, and opening it brings up the terminal window.

If this was deliberate, can we get an option to restore the old behaviour? If not, maybe it’s something that got overlooked during the update.

Has anyone else noticed this?

1 Like

Same problem. No resolution or workaround?
I run it from a batch file and always used ‘start stash-win.exe’

Now, no matter which way I run it, it keeps the dos window open.
I looked but haven’t found any new option within the settings.

Temporary workaround. Will be fixed in v0.30.1 release.

  • open a powershell window in the folder where stash is (shift + right click), open powershell window here
  • run the following
$env:STASH_HW_TEST_TIMEOUT=0; start stash-win.exe

assuming your stash is named stash-win.exe

this temporarily disables hardware acceleration.

1 Like

Fixed in v0.30.1.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.