We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1f4fe commit 56c55adCopy full SHA for 56c55ad
1 file changed
src/displayapp/screens/Navigation.cpp
@@ -176,7 +176,7 @@ namespace {
176
return {iconsFile1, static_cast<int16_t>(iconHeight * (index - maxIconsPerFile))};
177
}
178
179
- Icon GetIcon(const std::string& icon) {
+ Icon GetIcon(std::string_view icon) {
180
for (const auto& iter : iconMap) {
181
if (iter.first == icon) {
182
return GetIcon(iter.second);
0 commit comments