mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2025-12-13 13:49:47 +00:00
Always show new session button
This commit is contained in:
@@ -1493,7 +1493,9 @@ const html = `<!DOCTYPE html>
|
||||
if (sessionStatus && newSessionBtn) {
|
||||
// sessionInfo.style.display = 'none';
|
||||
sessionStatus.style.display = 'none';
|
||||
newSessionBtn.style.display = 'none';
|
||||
|
||||
// Always show new session
|
||||
newSessionBtn.style.display = 'block';
|
||||
// Keep history button visible - don't hide it
|
||||
if (historyBtn) historyBtn.style.display = 'block';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user