Use the count background color from default settings

This commit is contained in:
FusionPBX
2025-06-25 14:43:36 -06:00
committed by GitHub
parent 0616c67590
commit 61c3c244a4

View File

@@ -277,7 +277,7 @@ echo "<script src='resources/javascript/arrows.js?v=$version'></script>\n";
const colors = {
RINGING: 'blue',
CONNECTED: 'green',
CONNECTED: '<?php echo $settings->get('theme', 'heading_count_background_color', '#28a745'); ?>',
HANGUP: 'red',
INACTIVE: 'black'
}