get the deets
This commit is contained in:
parent
8813053cc5
commit
8dde2cde5a
@ -41,6 +41,12 @@ namespace UniversalEditor
|
||||
{
|
||||
if (mvarTitle == null)
|
||||
{
|
||||
string[] deets = GetDetails ();
|
||||
if (deets != null) {
|
||||
if (deets.Length > 0) {
|
||||
return deets [0];
|
||||
}
|
||||
}
|
||||
// if (mvarFilters.Count > 0) return mvarFilters[0].Title;
|
||||
}
|
||||
return mvarTitle;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user