default copilot

pull/682/head
Fatih Kadir Akın 8 months ago committed by GitHub
parent 703e1a7e44
commit 99390e94f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1737,7 +1737,7 @@
// Set active platform from localStorage and handle initial button visibility
const platformToActivate = document.querySelector(`[data-platform="${selectedPlatform}"]`) ||
document.querySelector('[data-platform="chatgpt"]');
document.querySelector('[data-platform="github-copilot"]');
platformToActivate.classList.add('active');
// Set initial chat button visibility

Loading…
Cancel
Save