srctree

Robin Linden parent 9599d2b4 76aba39b
browser/gui: Unmisplace misplaced comment

inlinesplit
browser/gui/app.cpp added: 3, removed: 3, total 0
@@ -224,6 +224,7 @@ std::unique_ptr<type::IType> create_font_system() {
 
} // namespace
 
// Latest Firefox ESR user agent (on Windows). This matches what the Tor browser does.
App::App(std::string browser_title, std::string start_page_hint, bool load_start_page)
: engine_{protocol::HandlerFactory::create(
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0"),
 
browser/gui/app.h added: 3, removed: 3, total 0
@@ -32,7 +32,6 @@ public:
int run();
 
private:
// Latest Firefox ESR user agent (on Windows). This matches what the Tor browser does.
engine::Engine engine_;
bool page_loaded_{};