i have successfully clicked on it twice lately by mistake so it was time for me to hide that button…
…not having exact selectors to play with i had to settle for:
.modal .setting-item:first-child button:not(.clickable-icon) {
display: none;
}
anybody knows what’s missing before .modal, they can throw in their upgrades…