auto-git:
[change] renderer.js
This commit is contained in:
@@ -103,7 +103,7 @@ window.addEventListener('DOMContentLoaded', async () => {
|
||||
|
||||
// play/pause Button korrekt initialisieren
|
||||
const pausePlayBtn = document.createElement('button');
|
||||
pausePlayBtn.className = 'pause-play-btn ml-2 hover:bg-gray-200 p-1 rounded';
|
||||
pausePlayBtn.className = 'pause-play-btn ml-2 p-1 rounded';
|
||||
pausePlayBtn.title = isMonitoring ? 'Monitoring pausieren' : 'Monitoring starten';
|
||||
// statt Emoji: SVG-Strings
|
||||
pausePlayBtn.innerHTML = isMonitoring
|
||||
|
||||
Reference in New Issue
Block a user