mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2026-02-22 04:13:24 +00:00
Added internalization support.
This commit is contained in:
@@ -46,7 +46,7 @@ namespace MeshCentralRouter
|
||||
|
||||
// Fix the name
|
||||
if (name == null) { name = this.name; }
|
||||
if (name == null) { name = "MeshCentral"; }
|
||||
if (name == null) { name = Properties.Resources.MeshCentralTitle; }
|
||||
|
||||
// Don't replace a IPv4 address with a IPv6 one, or remove information
|
||||
if ((this.url.IndexOf("://[") == -1) && (url.IndexOf("://[") >= 0)) return false;
|
||||
|
||||
Reference in New Issue
Block a user