removed upload error to Gist feature

This commit is contained in:
SPRINX0\prochazka
2025-09-03 16:22:02 +02:00
parent c0549fe422
commit a2d77a3917
12 changed files with 67 additions and 216 deletions

View File

@@ -1137,13 +1137,6 @@ registerCommand({
onClick: () => getElectron().send('window-action', 'selectAll'),
});
registerCommand({
id: 'new.gist',
category: 'New',
name: 'Upload error to gist',
onClick: () => showModal(UploadErrorModal),
});
registerCommand({
id: 'app.unsetCurrentDatabase',
category: 'Application',