deactivate smart fold by default

This commit is contained in:
Maximilian Keßler 2022-11-03 20:41:12 +01:00
parent a8f909e7e4
commit 4036bdc042
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -187,7 +187,7 @@ function injectCounter() {
smartFoldButton.className = "btn btn-danger btn-xs";
smartFoldButton.id = "smartFold";
smartFoldButton.type = "button";
smartFoldButton.innerHTML = 'Smart fold: <span id="smartFoldValue" data-on="On" data-off="Off">On</span>';
smartFoldButton.innerHTML = 'Smart fold: <span id="smartFoldValue" data-on="On" data-off="Off">Off</span>';
var showCardCounterButton = document.createElement('button');
showCardCounterButton.className = "btn btn-primary btn-xs";
@ -269,7 +269,7 @@ function injectCounter() {
playerNames: {},
// config values, triggered with buttons
smartFold: true,
smartFold: false,
showCardCounter: false,
showRemaining: true,
showCountedCards: false,