auto-git:
[change] settings.html
This commit is contained in:
@@ -122,8 +122,8 @@
|
|||||||
if (isNaN(threshold)) threshold = 10;
|
if (isNaN(threshold)) threshold = 10;
|
||||||
if (threshold < 1) threshold = 1;
|
if (threshold < 1) threshold = 1;
|
||||||
if (threshold > 1000) threshold = 1000;
|
if (threshold > 1000) threshold = 1000;
|
||||||
await window.settingsAPI.setIntelligentCommitThreshold(threshold);
|
|
||||||
alert('OK gedrückt');
|
alert('OK gedrückt');
|
||||||
|
await window.settingsAPI.setIntelligentCommitThreshold(threshold);
|
||||||
|
|
||||||
// Dropdowns speichern
|
// Dropdowns speichern
|
||||||
const commitSel = document.getElementById('commitModelSelect');
|
const commitSel = document.getElementById('commitModelSelect');
|
||||||
|
|||||||
Reference in New Issue
Block a user