mirror of
https://github.com/CNCKitchen/stlTexturizer.git
synced 2026-04-07 22:11:32 +00:00
feat: add dismiss button for store call-to-action and style updates
This commit is contained in:
@@ -445,6 +445,11 @@ function wireEvents() {
|
||||
if (e.target === licenseOverlay) licenseOverlay.classList.add('hidden');
|
||||
});
|
||||
|
||||
// ── Support banner dismiss ──
|
||||
document.getElementById('store-cta-dismiss').addEventListener('click', () => {
|
||||
document.getElementById('store-cta-wrapper').classList.add('store-cta-hidden');
|
||||
});
|
||||
|
||||
// ── Export ──
|
||||
exportBtn.addEventListener('click', () => {
|
||||
if (sessionStorage.getItem('stlt-no-sponsor') === '1') {
|
||||
|
||||
Reference in New Issue
Block a user