From da1f16149050cffa76d75be06d51c3e751b17be0 Mon Sep 17 00:00:00 2001 From: Mohammad Foroughi Date: Sun, 30 Oct 2022 01:31:45 +0330 Subject: [PATCH] update: add language button to setting --- web/html/xui/setting.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/web/html/xui/setting.html b/web/html/xui/setting.html index 46d77637..22242cbe 100644 --- a/web/html/xui/setting.html +++ b/web/html/xui/setting.html @@ -43,6 +43,30 @@ + + + + + + + + + + + +    + + + + + + + @@ -104,6 +128,7 @@ allSetting: new AllSetting(), saveBtnDisable: true, user: {}, + lang : getLang() }, methods: { loading(spinning = true) {