added notification about changing protocol data for server and some minor changes

This commit is contained in:
Mitternacht822 2025-06-23 15:42:05 +04:00
parent 8f6453faa8
commit 573ffb9d9b
5 changed files with 104 additions and 51 deletions

View file

@ -152,7 +152,7 @@ PageType {
}
var noButtonFunction = function() {
if (!GC.isMobile()) {
saveRestartButton.forceActiveFocus()
saveButton.forceActiveFocus()
}
}
showQuestionDrawer(headerText, descriptionText, yesButtonText, noButtonText, yesButtonFunction, noButtonFunction)