Skip to content

Commit

Permalink
Merge pull request #39 from korapp/bugfix/0.x/nordvpn3.18.3
Browse files Browse the repository at this point in the history
Bugfix/0.x/nordvpn3.18.3
  • Loading branch information
korapp committed Jul 23, 2024
2 parents 654adcc + 0e31eb5 commit bd96104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plasmoid/contents/code/countries.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plasmoid/contents/ui/NordVPN.qml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Item {

// Parse string values to list
function parseStdoutValues(text) {
return text.split(', ').map(prettyName);
return text.split(/\n/).map(prettyName);
}

function updateStatus(data) {
Expand Down

0 comments on commit bd96104

Please sign in to comment.