mirror of
https://github.com/Kopano-dev/kopano-ol-extension.git
synced 2023-10-10 13:37:40 +02:00
Restored DeviceId to debug dialog
This commit is contained in:
parent
dbf278f910
commit
0fa8b2b949
@ -45,7 +45,9 @@ namespace Acacia.ZPush
|
||||
|
||||
[Browsable(false)]
|
||||
public IAccount Account { get { return _account; } }
|
||||
public String DisplayName { get { return _account.DisplayName; } }
|
||||
|
||||
public string DisplayName { get { return _account.DisplayName; } }
|
||||
public string DeviceId { get { return _account.DeviceId; } }
|
||||
|
||||
[Browsable(false)]
|
||||
public string LogContextId
|
||||
|
Loading…
Reference in New Issue
Block a user