Skip to content

Commit

Permalink
Merge pull request #15 from korapp/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
korapp authored Nov 20, 2024
2 parents 9a2fbe4 + 3af04b0 commit c146558
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 {
P5Support.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 c146558

Please sign in to comment.