From f928d751d8c7e0547f5f48d70677683114f9c5bb Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 28 Mar 2024 21:46:50 -0400 Subject: build number --- src/startup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/startup.cpp') diff --git a/src/startup.cpp b/src/startup.cpp index 78c3b26..4939c2f 100644 --- a/src/startup.cpp +++ b/src/startup.cpp @@ -46,8 +46,8 @@ std::optional GetJavascriptFileFromAppPage(const Glib::ustring &c start_position += str.size(); } - if (matches.size() >= 10) { - return matches[matches.size() - 10]; + if (matches.size() >= 7) { + return matches[matches.size() - 7]; } return {}; -- cgit v1.2.3