| Summary: | Context Menu Web Shortcuts Not Functional on Neochat | ||
|---|---|---|---|
| Product: | [Applications] NeoChat | Reporter: | Timothy Arnold <timaeos> |
| Component: | General | Assignee: | Joshua Goins <josh> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | carl, josh |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/network/neochat/-/commit/5b935c1d33197d3e1217f6bb9819b894df240702 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Timothy Arnold
2024-11-18 19:27:46 UTC
A possibly relevant merge request was started @ https://invent.kde.org/network/neochat/-/merge_requests/2053 Git commit 23eaa6a4c75b2e19d1ee78d8091143e3b5cd7aa9 by Carl Schwan, on behalf of Joshua Goins. Committed on 14/12/2024 at 09:26. Pushed by carlschwan into branch 'master'. Fix web shortcuts not doing anything This is because we're passing a QUrl into a QString, we need to turn it into a string explicitly. M +1 -1 src/qml/DelegateContextMenu.qml https://invent.kde.org/network/neochat/-/commit/23eaa6a4c75b2e19d1ee78d8091143e3b5cd7aa9 Git commit 5b935c1d33197d3e1217f6bb9819b894df240702 by Joshua Goins. Committed on 15/12/2024 at 12:55. Pushed by redstrate into branch 'release/24.12'. Fix web shortcuts not doing anything This is because we're passing a QUrl into a QString, we need to turn it into a string explicitly. (cherry picked from commit 23eaa6a4c75b2e19d1ee78d8091143e3b5cd7aa9) M +1 -1 src/qml/DelegateContextMenu.qml https://invent.kde.org/network/neochat/-/commit/5b935c1d33197d3e1217f6bb9819b894df240702 |