mirror of
https://github.com/Kopano-dev/kopano-ol-extension.git
synced 2023-10-10 13:37:40 +02:00
Merge branch 'master' into release_1_4
This commit is contained in:
commit
d5f60f0f35
@ -90,7 +90,7 @@ namespace Acacia.Features.DebugSupport
|
|||||||
// Add accounts
|
// Add accounts
|
||||||
foreach (ZPushAccount account in ThisAddIn.Instance.Watcher.Accounts.GetAccounts())
|
foreach (ZPushAccount account in ThisAddIn.Instance.Watcher.Accounts.GetAccounts())
|
||||||
{
|
{
|
||||||
PropertyDescriptor p = new CustomPropertyDescriptor<ZPushAccount, DebugInfo>(account.DisplayName, DebugCategory.Accounts, account);
|
PropertyDescriptor p = new CustomPropertyDescriptor<ZPushAccount, DebugInfo>(account.Account.DisplayName, DebugCategory.Accounts, account);
|
||||||
properties.Add(p);
|
properties.Add(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ namespace Acacia.ZPush
|
|||||||
[Browsable(false)]
|
[Browsable(false)]
|
||||||
public IAccount Account { get { return _account; } }
|
public IAccount Account { get { return _account; } }
|
||||||
|
|
||||||
public string DisplayName { get { return _account.DisplayName; } }
|
public string DisplayName { get { return _account.SmtpAddress; } }
|
||||||
public string DeviceId { get { return _account.DeviceId; } }
|
public string DeviceId { get { return _account.DeviceId; } }
|
||||||
|
|
||||||
[Browsable(false)]
|
[Browsable(false)]
|
||||||
|
Loading…
Reference in New Issue
Block a user