disable duplicated action toggle

This commit is contained in:
yggverse 2024-09-12 01:05:00 +03:00
parent 88e422e225
commit ef180aaefd

View file

@ -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