|
@@ -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))
|