File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# UnderScript Changelog
22
3+ ## Version 0.60.4 (2025-03-18)
4+ 1 . Fixed notification sound turning off permanently
5+
36## Version 0.60.3 (2025-03-17)
471 . Due to popular demand, you are now prompted to keep ` @underscript `
581 . Fixes some bugs with toasts
69
710## Version 0.60.2 (2025-03-16)
8- 1 . Fixed quest progress noification (probably)
11+ 1 . Fixed quest progress notification (probably)
912
1013## Version 0.60.1 (2025-03-15)
1114The great plugin (& bug fix) update
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ let notified = false;
1919
2020eventManager . on ( 'preChat:getHistory Chat:getHistory' , function enable ( data ) {
2121 if ( disabled || global ( 'soundsEnabled' ) ) {
22- if ( disabled === false ) {
22+ if ( disabled !== 'history' ) {
2323 globalSet ( 'soundsEnabled' , this . event === 'Chat:getHistory' ) ;
2424 }
2525 disabled = ! disabled ;
You can’t perform that action at this time.
0 commit comments