make value attribute linked

This commit is contained in:
yggverse 2024-08-17 13:26:41 +03:00
parent cbf786ce4c
commit b9311eafb4
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ void Navbar::refresh()
// Setters
void Navbar::set_request(
const Glib::ustring value
const Glib::ustring & value
) {
request->set_text(
value

View File

@ -43,7 +43,7 @@ namespace app::browser::main::tab::page
// Setters
void set_request(
const Glib::ustring value
const Glib::ustring & value
);
// Getters