From b2241b1cd33c8c6b6b4865c66e3f8762419e58c0 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Tue, 12 Sep 2023 02:22:38 +0400 Subject: [PATCH] feat: supporters update --- modules/dynamic/supporters.js | 7 ++++++- modules/ui/options.js | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/modules/dynamic/supporters.js b/modules/dynamic/supporters.js index 9c77f524..d35ae3b5 100644 --- a/modules/dynamic/supporters.js +++ b/modules/dynamic/supporters.js @@ -530,4 +530,9 @@ Vector Tragedy yann Blarghle Hargle Jelke Boonstra -afistupmabum`; +afistupmabum +Rob Frantz +Driver +Tr4v3l3r +Cooper Cantrell +Maximilien Bouillot`; diff --git a/modules/ui/options.js b/modules/ui/options.js index 6f437fe4..dde2e176 100644 --- a/modules/ui/options.js +++ b/modules/ui/options.js @@ -76,7 +76,7 @@ document // show popup with a list of Patreon supportes (updated manually) async function showSupporters() { - const {supporters} = await import("../dynamic/supporters.js?v=1.93.02"); + const {supporters} = await import("../dynamic/supporters.js?v=1.93.03"); const list = supporters.split("\n").sort(); const columns = window.innerWidth < 800 ? 2 : 5;