Browse Source

fix: gone

KernelDeimos 1 tháng trước cách đây
mục cha
commit
34787bbb0c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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?