feat(mobile): introduce about dialog

This commit is contained in:
Elian Doran
2025-01-04 18:24:05 +02:00
parent 874809254d
commit f7d3737cba
2 changed files with 4 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ const TPL = `
margin-right: 5px;
}
body.mobile .show-help-button, body.mobile .show-about-dialog-button {
body.mobile .show-help-button {
/* hidden because these dialogs are not available for mobile */
display: none;
}