Respect isDraggable by toggling WindowChrome caption drag
This commit is contained in:
@@ -1384,6 +1384,7 @@ namespace C4IT_CustomerPanel.libs
|
||||
|
||||
cpConfig = JsonConvert.DeserializeObject<CustomerPanelConfig>(json);
|
||||
cpConfig._encryptedApiToken = CustomerPanelSecurePassword.Instance.Decode(cpConfig._encryptedApiToken);
|
||||
LogEntry($"[Config API] _isDraggable={cpConfig?._isDraggable}", LogLevels.Debug);
|
||||
|
||||
if (cpConfig?._uiColors != null && cpConfig._uiColors.TryGetValue("activeButtonColor", out string apiActiveColor) && !string.IsNullOrWhiteSpace(apiActiveColor))
|
||||
LogEntry($"[Config API] activeButtonColor={apiActiveColor}", LogLevels.Debug);
|
||||
|
||||
Reference in New Issue
Block a user