mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-27 22:11:39 +00:00
bugfix: #21 fix IsSecondlife getter property
This commit is contained in:
committed by
alexiscatnip
parent
6308797892
commit
79f92d032c
@@ -453,7 +453,7 @@ namespace Raindrop.Netcom
|
||||
|
||||
public bool IsSecondlife
|
||||
{
|
||||
get { return (instance.Netcom.LoginOptions.Grid.Platform == "SecondLife"); }
|
||||
get { return (this.LoginOptions?.Grid?.Platform == "SecondLife"); }
|
||||
}
|
||||
|
||||
public LoginOptions LoginOptions
|
||||
|
||||
Reference in New Issue
Block a user