mirror of
https://github.com/Starlio-app/StarlioX
synced 2025-02-24 23:31:26 +03:00
Analytics has been done, it is possible to turn it off
This commit is contained in:
parent
d8bc09074c
commit
3b23eedc21
2 changed files with 3 additions and 0 deletions
|
@ -188,6 +188,8 @@ $(document).ready(async function() {
|
|||
$analyticsSwitchTogglerName.text("Off");
|
||||
$analyticsSwitch.removeAttr("checked");
|
||||
|
||||
$("#analytics").remove();
|
||||
|
||||
toast(data.message);
|
||||
} else {
|
||||
toast("Failed to apply settings.");
|
||||
|
|
Loading…
Add table
Reference in a new issue