diff --git a/src/startup.cpp b/src/startup.cpp index 89e29a5..130ba9b 100644 --- a/src/startup.cpp +++ b/src/startup.cpp @@ -43,8 +43,8 @@ std::optional GetJavascriptFileFromAppPage(const Glib::ustring &c start_position += str.size(); } - if (matches.size() >= 6) { - return matches[matches.size() - 6]; + if (matches.size() >= 7) { + return matches[matches.size() - 7]; } return {};