From 84cc46018664cee9d89d71ea75ba687a9171ab28 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Mon, 30 Jan 2023 23:22:41 +0100 Subject: added: toggles for toggling mods in modlist The new modlist now uses the same toggles found in the settings popup, only here they're used to disable/enable mods. On top of this I also fixed the "Toggle All" button not working. Forgot to change some stuff, breaking it... oops... --- src/app/js/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/js/browser.js') diff --git a/src/app/js/browser.js b/src/app/js/browser.js index fcb79a2..05bf01d 100644 --- a/src/app/js/browser.js +++ b/src/app/js/browser.js @@ -362,7 +362,7 @@ function BrowserEl(properties) {
${properties.title}
${properties.description}
- + -- cgit v1.2.3