You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the alt-tab menu, there is an X button above the window preview and it is supposed to do the same thing as clicking the X button in the application. It does not. The X button in the application minimizes it to tray and the X button in the alt-tab screen quits the application.
To Reproduce
Steps to reproduce the behavior:
Open FxSound from the tray menu.
Hold Alt+Tab.
While holding Alt+Tab, click the X button in the alt-tab preview.
Observe that the application has fully quit and the audio device has been reset.
Expected behavior
The application to minimize to tray, same as the X button in the application.
Screenshots
System information
Windows version: 10 22H2 19045.4291
Audio device: Realtek drivers' virtual speakers
The text was updated successfully, but these errors were encountered:
Okay... I've been running Windows since childhood, and have never heard of or used this function until today.
Perhaps it follows the tray icon's own logic into the Exit option?
Hi @bvijay74;
Just curious what your opinion on this one would be?
I compared the Alt-Tab, preview window close button press behaviour in other applications. Application that minimise to the system tray are minimising and other task bar applications which don't have a system tray icon are closing.
To make FxSound behaviour similar to other system tray applications on Windows, we have to minimise it instead of quitting the application. We can look into the code changes required for this fix.
Describe the bug
In the alt-tab menu, there is an X button above the window preview and it is supposed to do the same thing as clicking the X button in the application. It does not. The X button in the application minimizes it to tray and the X button in the alt-tab screen quits the application.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The application to minimize to tray, same as the X button in the application.
Screenshots
System information
The text was updated successfully, but these errors were encountered: