[network/ruqola] src/widgets: This action was removed long time ago => avoiding to show warning about it
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 1829fa3a4a25974531b5a0a5639f6586f6927d08 by Laurent Montel.
Committed on 13/08/2026 at 16:39.
Pushed by mlaurent into branch 'master'.
This action was removed long time ago => avoiding to show warning about it
M +0 -2 src/widgets/ruqolamainwindow.cpp
https://invent.kde.org/network/ruqola/-/commit/1829fa3a4a25974531b5a0a5639f6586f6927d08
diff --git a/src/widgets/ruqolamainwindow.cpp b/src/widgets/ruqolamainwindow.cpp
index 50e6d12164..a1d0d2c07c 100644
--- a/src/widgets/ruqolamainwindow.cpp
+++ b/src/widgets/ruqolamainwindow.cpp
@@ -1267,8 +1267,6 @@ void RuqolaMainWindow::updateHamburgerMenu()
menu->addSeparator();
menu->addAction(actionCollection()->action(u"configure_my_account"_s));
menu->addSeparator();
- menu->addAction(actionCollection()->action(u"directory"_s));
- menu->addSeparator();
menu->addAction(actionCollection()->action(u"logout"_s));
menu->addSeparator();
menu->addAction(actionCollection()->action(KStandardActions::name(KStandardActions::Quit)));