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