jimmy.jiang@vinno.com hai 8 meses
pai
achega
8f95cf84ab
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      fis/Managers/BrowserManager.cs

+ 2 - 0
fis/Managers/BrowserManager.cs

@@ -215,10 +215,12 @@ namespace fis.Managers
         {
             get
             {
+                Logger.WriteShellLog("Get Main browser");
                 if (_mainBrowser == null)
                 {
                     if (AppManager.IsVStation)
                     {
+                        Logger.WriteShellLog("Get Main browser converted to slave browser");
                         return SlaveBrowser;
                     }
                     if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))