Browse Source

add comment

CPP-GTK4
yggverse 2 weeks 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( @@ -88,7 +88,7 @@ void History::push(
if (FOLLOW)
{
index = memory.size();
index = memory.size(); // @TODO not last index, use iterator
}
}

Loading…
Cancel
Save