From f90c8eed81b1e74195a6e8d1e7fea052727198bd Mon Sep 17 00:00:00 2001 From: Mow910 Date: Tue, 24 Mar 2026 00:31:17 +0100 Subject: [PATCH] Update ProtonDB template to include Twitch configuration option for enabling features - Modified the conditional check in the ProtonDB template to allow for enabling features based on both ProtonDB and Twitch settings. - This change enhances the flexibility of the configuration for users integrating ProtonDB with Twitch. --- webapp/templates/protondb.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/templates/protondb.html b/webapp/templates/protondb.html index 6bf20e4..74068ba 100644 --- a/webapp/templates/protondb.html +++ b/webapp/templates/protondb.html @@ -10,7 +10,7 @@ -{% if configuration.getValue('proton_db_enable_enable') %} +{% if configuration.getValue('proton_db_enable_enable') or configuration.getValue('proton_db_twitch_enable') %}

Alias de jeux