fix tab-specific menus not present when tab is opened on startup (#5478)

This commit is contained in:
RickyRister 2025-01-15 20:04:15 -08:00 committed by GitHub
parent 2d02955f8b
commit 7e19b52926
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 4 deletions

View file

@ -167,8 +167,6 @@ TabSupervisor::TabSupervisor(AbstractClient *_client, QMenu *tabsMenu, QWidget *
resetTabsMenu();
retranslateUi();
initStartupTabs();
}
TabSupervisor::~TabSupervisor()