Skip to content

Commit

Permalink
build number (closes #319)
Browse files Browse the repository at this point in the history
  • Loading branch information
ouwou committed Jun 26, 2024
1 parent 53ad390 commit 10e4368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/startup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ std::optional<Glib::ustring> GetJavascriptFileFromAppPage(const Glib::ustring &c
start_position += str.size();
}

if (matches.size() >= 9) {
return matches[matches.size() - 9];
if (matches.size() >= 8) {
return matches[matches.size() - 8];
}

return {};
Expand Down

0 comments on commit 10e4368

Please sign in to comment.