Merge dev into main for testing

This commit is contained in:
pewdiepie-archdaemon
2026-06-28 14:07:23 +00:00
236 changed files with 17610 additions and 9212 deletions
+1
View File
@@ -2286,6 +2286,7 @@ async function _onSessionListKeydown(e) {
}
if (e.key === 'Delete' || e.key === 'Backspace') {
if (item.querySelector('.session-rename-input')) return;
e.preventDefault();
const sid = item.dataset.sessionId;
const s = sessions.find(x => x.id === sid);