MoonzooKim
1 discussion post
I disabled Sound Effect at the Advanced setting -> General menu. But still DisplayFusion makes sound whenever I run my own script function. Also, I would like to disable a pop-up window which shows the script name I execute.
Thank you
Sincerely
-MZ
The sound effect you're hearing would be the Windows sound effect that plays when a tray notification is shown. You can disable the notifications in the Settings > Advanced Settings window with the "General: Disable Sound Effects" option.
Thanks!
bibbis
5 discussion posts
Hi,
Is it possible to disable the sound effect for a single function?
For example in my code:
{
// disable sound effect
// run script function
// re-enable sound effect
}
bibbis
5 discussion posts
Okay I see.
I tried your suggestion and I think I prefer the little notification sound with each press rather than cutting out the audio with the mute toggle.
Thanks