refloat
refloat copied to clipboard
Need ability to call beep_alert from files other than main
Right now beep_alert can only be called from main, which is quite restrictive, I need this ability from any file, especially when developing a new feature - otherwise I'll be forced to move all functionality back into main while features are in-progress. Thanks!