mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-20 14:38:16 +03:00
feat: simplify sb check displaying
This commit is contained in:
@@ -2509,7 +2509,7 @@ async function runSingBoxCheck() {
|
||||
},
|
||||
{
|
||||
state: data.sing_box_version_ok ? "success" : "error",
|
||||
key: _("Sing-box version >= 1.12.4"),
|
||||
key: _("Sing-box version is compatible (newer than 1.12.4)"),
|
||||
value: ""
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user