refactor icon list

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2023-07-28 01:15:21 +03:00
parent 1ca7e5efe9
commit 7e58b965b7
4 changed files with 49 additions and 87 deletions

View File

@ -51,8 +51,8 @@ IconType operator--(IconType& t, int)
case IconType::FileBased:
t = IconType::Transient;
break;
default: {
}
default:
break;
}
return temp;
}