Neriderc / GVExport

Repository for GVExport module for Webtrees
GNU General Public License v2.0
15 stars 6 forks source link

Ignore debug settings if panel not showing #413

Closed Neriderc closed 1 year ago

Neriderc commented 1 year ago

Currently, if a user has debug settings saved, these are loaded even if the debug panel is currently disabled. This can cause confusion if the settings are different than expected and can't be changed.

Resolves #412