string freeze for 0.9.2; make accidentally call blocker optional via
settings
This commit is contained in:
@@ -1657,8 +1657,10 @@ void gameTableImpl::provideMyActions(int mode)
|
||||
resetMyButtonsCheckStateMemory();
|
||||
}
|
||||
//disable button to prevent unwanted clicks (e.g. call allin)
|
||||
pushButton_CallCheck->setEatMyEvents(true);
|
||||
enableCallCheckPushButtonTimer->start(1000);
|
||||
if(myConfig->readConfigInt("AccidentallyCallBlocker")) {
|
||||
pushButton_CallCheck->setEatMyEvents(true);
|
||||
enableCallCheckPushButtonTimer->start(1000);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user