mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-09-16 15:35:52 -04:00
Change "none" to ""
Co-authored-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> Signed-off-by: Jeffery Tolmie <jeffery.tolmie@gmail.com>
This commit is contained in:
parent
532fec7748
commit
caccaefb39
@ -286,7 +286,7 @@ void ModFilterWidget::onSideFilterChanged()
|
||||
} else if (ui->clientSide->isChecked() && ui->serverSide->isChecked()) {
|
||||
side = "both";
|
||||
} else {
|
||||
side = "none";
|
||||
side = "";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user