Explorar el Código

Merge branch 'master' of yeungalan/arozos into master

Wow what a wonderful PR
TC hace 4 años
padre
commit
3da0cdd399
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      web/SystemAO/disk/diskmg.html

+ 4 - 1
web/SystemAO/disk/diskmg.html

@@ -270,13 +270,16 @@
         var formatPendingDevInfo;
         
         //Init floatWindow events
+      	//It is a submodule inside System Setting, which shouldn't change the window title
+      	/*
         if (ao_module_virtualDesktop){
             ao_module_setWindowTitle("Disk Manager");
             fwmode = true;
         }else{
             
         }
-        
+        */
+      
         //Updates Nov 2020, added platform detection
         $.get(ao_root + "system/disk/diskmg/platform", function(data){
             if (data == "windows"){