mirror of
https://github.com/Kopano-dev/kopano-ol-extension.git
synced 2025-12-26 23:26:51 +01:00
Restored DeviceId to debug dialog
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user