mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 03:24:49 +00:00
Fix #2613: fixed clang format issue
This commit is contained in:
parent
613a7b7b21
commit
d2d6d70b08
1 changed files with 1 additions and 2 deletions
|
@ -1059,8 +1059,7 @@ void MainWindow::SetLastIconSizeBullet() {
|
|||
ui->setIconSizeLargeAct->setChecked(true);
|
||||
break;
|
||||
}
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
switch (lastSizeGrid) {
|
||||
case 69:
|
||||
ui->setIconSizeTinyAct->setChecked(true);
|
||||
|
|
Loading…
Add table
Reference in a new issue