Fix #2613: fixed clang format issue

This commit is contained in:
David Antunes 2025-04-14 00:22:16 +01:00
parent 613a7b7b21
commit d2d6d70b08
No known key found for this signature in database
GPG key ID: 28D5056B67786F56

View file

@ -1059,8 +1059,7 @@ void MainWindow::SetLastIconSizeBullet() {
ui->setIconSizeLargeAct->setChecked(true);
break;
}
}
else {
} else {
switch (lastSizeGrid) {
case 69:
ui->setIconSizeTinyAct->setChecked(true);