Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
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
Feb 8, 2017  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
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!
Feb 9, 2017  • #2
User Image
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
}
Aug 10, 2019  • #3
Keith Lammers (BFS)'s profile on WallpaperFusion.com
There isn't, but you could mute the audio temporarily:

Code

BFS.Audio.ToggleMute();
// Run Function
BFS.Audio.ToggleMute();
Aug 12, 2019  • #4
User Image
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
Aug 12, 2019  • #5
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)