mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
disable duplicated action toggle
This commit is contained in:
parent
88e422e225
commit
ef180aaefd
1 changed files with 2 additions and 1 deletions
|
|
@ -53,12 +53,13 @@ Page::Page(
|
||||||
);
|
);
|
||||||
|
|
||||||
// Connect events
|
// Connect events
|
||||||
|
/* activated twice on tab change @TODO
|
||||||
signal_realize().connect(
|
signal_realize().connect(
|
||||||
[this]
|
[this]
|
||||||
{
|
{
|
||||||
action__update->activate();
|
action__update->activate();
|
||||||
}
|
}
|
||||||
);
|
);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
// Actions
|
// Actions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue