Compare commits
No commits in common. "1a1a58f66c354f4b4f580e712856a581912f3f75" and "15047fe6670604d08df0dc9395993848078bd3ac" have entirely different histories.
1a1a58f66c
...
15047fe667
@ -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