Skip to content

Commit

Permalink
fix: Update stats command for v2024.9.346
Browse files Browse the repository at this point in the history
  • Loading branch information
korapp committed Nov 20, 2024
1 parent 8f85ca9 commit 02e1490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/contents/ui/Warp.qml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Item {
PlasmaCore.DataSource {
id: watcher
readonly property string cmdStatus: "warp-cli status"
readonly property string cmdStats: "warp-cli warp-stats"
readonly property string cmdStats: "warp-cli tunnel stats"
readonly property var handlers: ({
[cmdStatus]: p.updateStatus,
[cmdStats]: p.updateStats
Expand Down

0 comments on commit 02e1490

Please sign in to comment.