Merge branch 'master' into dismiss_frames

This commit is contained in:
Jason P
2025-07-20 11:18:47 -05:00
committed by GitHub
50 changed files with 260 additions and 120 deletions

View File

@@ -1016,7 +1016,7 @@ void Screen::setFrames(FrameFocus focus)
// Insert favorite frames *after* collecting them all
if (!favoriteFrames.empty()) {
fsi.positions.firstFavorite = numframes;
for (auto &f : favoriteFrames) {
for (const auto &f : favoriteFrames) {
normalFrames[numframes++] = f;
indicatorIcons.push_back(icon_node);
}