Fix spacing with wifi module
This commit is contained in:
parent
85e710d3d5
commit
7e90af229d
@ -81,7 +81,7 @@ char *linuxnm_module_poll() {
|
|||||||
strcat(output, "ﳤ");
|
strcat(output, "ﳤ");
|
||||||
}
|
}
|
||||||
if ((active_types & TYPE_VPN) == TYPE_VPN) {
|
if ((active_types & TYPE_VPN) == TYPE_VPN) {
|
||||||
strcat(output, "嬨");
|
strcat(output, "嬨 ");
|
||||||
}
|
}
|
||||||
if ((active_types & TYPE_WIRED) == TYPE_WIRED) {
|
if ((active_types & TYPE_WIRED) == TYPE_WIRED) {
|
||||||
strcat(output, "");
|
strcat(output, "");
|
||||||
|
Reference in New Issue
Block a user