KernelDeimos 4 هفته پیش
والد
کامیت
34787bbb0c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/gui/src/helpers.js

+ 1 - 1
src/gui/src/helpers.js

@@ -440,7 +440,7 @@ window.update_auth_data = async (auth_token, user)=>{
     // Play startup chime if enabled
     if ( sessionStorage.getItem('playChimeNextUpdate') === 'yes' ) {
         sessionStorage.setItem('playChimeNextUpdate', 'no');
-        play_startup_chime();
+        // play_startup_chime();
     }
 
     // Has username changed?