mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
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:
parent
b070ffaf72
commit
55dc9e6a84
7 changed files with 63 additions and 14 deletions
|
|
@ -18,3 +18,8 @@ ScrollMessageBox::~ScrollMessageBox()
|
|||
{
|
||||
delete ui;
|
||||
}
|
||||
|
||||
bool ScrollMessageBox::isOptionChecked() const
|
||||
{
|
||||
return ui->optionCheckBox->isChecked();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue