mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
rename close action
This commit is contained in:
parent
f23a54c58a
commit
5868ed822f
11 changed files with 42 additions and 35 deletions
|
|
@ -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
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue