mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 15:32:52 +00:00
Fix #2613: fixed clang format issue
This commit is contained in:
parent
613a7b7b21
commit
d2d6d70b08
@ -1059,8 +1059,7 @@ void MainWindow::SetLastIconSizeBullet() {
|
|||||||
ui->setIconSizeLargeAct->setChecked(true);
|
ui->setIconSizeLargeAct->setChecked(true);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
switch (lastSizeGrid) {
|
switch (lastSizeGrid) {
|
||||||
case 69:
|
case 69:
|
||||||
ui->setIconSizeTinyAct->setChecked(true);
|
ui->setIconSizeTinyAct->setChecked(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user