Browse Source

add comment

CPP-GTK4
yggverse 2 months ago
parent
commit
7c844d6819
  1. 2
      src/app/browser/main/tab/page/navbar/history.cpp

2
src/app/browser/main/tab/page/navbar/history.cpp

@ -88,7 +88,7 @@ void History::push(
if (FOLLOW) if (FOLLOW)
{ {
index = memory.size(); index = memory.size(); // @TODO not last index, use iterator
} }
} }

Loading…
Cancel
Save