Skip to content

Commit cc8bb04

Browse files
authored
Merge pull request #40 from korapp/dev
Dev
2 parents bf6eb4c + e101ff6 commit cc8bb04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plasmoid/contents/code/countries.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plasmoid/contents/ui/NordVPN.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Item {
140140

141141
// Parse string values to list
142142
function parseStdoutValues(text) {
143-
return text.split(', ').map(prettyName);
143+
return text.split(/\n/).map(prettyName);
144144
}
145145

146146
function updateStatus(data) {

0 commit comments

Comments
 (0)