rename close action

This commit is contained in:
yggverse 2024-09-08 17:58:40 +03:00
parent f23a54c58a
commit 5868ed822f
11 changed files with 42 additions and 35 deletions

View file

@ -12,12 +12,12 @@ namespace app::browser::main::tab
{
class Label : public Gtk::Label
{
Glib::RefPtr<Gio::SimpleAction> action__close;
Glib::RefPtr<Gio::SimpleAction> action__close_active;
public:
Label(
const Glib::RefPtr<Gio::SimpleAction> & ACTION__CLOSE
const Glib::RefPtr<Gio::SimpleAction> & ACTION__CLOSE_ACTIVE
);
};
}