Add right click menu to accountlist avatar

Adds a right click menu with the following options

![image](/uploads/09a266fb609bb8f94b206eb66f09e06d/image.png)

depends upon frameworks/kirigami!933
This commit is contained in:
James Graham
2023-03-14 23:00:41 +00:00
committed by Carl Schwan
parent bc84ad8d56
commit 64dee7eb12
5 changed files with 66 additions and 1 deletions

View File

@@ -177,6 +177,7 @@ if(ANDROID)
"visibility"
"home"
"preferences-desktop-notification"
"computer-symbolic"
)
else()
target_link_libraries(neochat PUBLIC Qt::Widgets KF${QT_MAJOR_VERSION}::KIOWidgets)