Update toggles.js
This commit is contained in:
@@ -22,6 +22,9 @@ async function getToggles() {
|
|||||||
data.whatsNew = "null";
|
data.whatsNew = "null";
|
||||||
data.downloadLink = "null";
|
data.downloadLink = "null";
|
||||||
|
|
||||||
|
data.sponsorshipAvailable = true;
|
||||||
|
data.sponsorshipText = "Test";
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Ошибка при запросе toggles:", error.message);
|
console.error("Ошибка при запросе toggles:", error.message);
|
||||||
|
|||||||
Reference in New Issue
Block a user