Add optionCheckBox to ScrollMessageBox ui

Add 'Disable unavailable mods' option on check update failure

Signed-off-by: Dylan Schooner <dschooner05@gmail.com>
This commit is contained in:
Dylan Schooner 2025-11-10 03:24:00 -05:00
parent b070ffaf72
commit 55dc9e6a84
7 changed files with 63 additions and 14 deletions

View file

@ -18,3 +18,8 @@ ScrollMessageBox::~ScrollMessageBox()
{
delete ui;
}
bool ScrollMessageBox::isOptionChecked() const
{
return ui->optionCheckBox->isChecked();
}