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:
Jeffery Tolmie 2025-01-22 02:06:49 +13:00 committed by GitHub
parent 532fec7748
commit caccaefb39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -286,7 +286,7 @@ void ModFilterWidget::onSideFilterChanged()
} else if (ui->clientSide->isChecked() && ui->serverSide->isChecked()) {
side = "both";
} else {
side = "none";
side = "";
}