![]() |
[PROBLEM] 9.2.1 Intro pop up keeps appearing - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [PROBLEM] 9.2.1 Intro pop up keeps appearing (/showthread.php?tid=7258) |
RE: 9.2.1 Intro pop up keeps appearing - greg_m - 01-04-2025 I had the same problem with the popup showed each time. The workaround above didn't help. I had to change it to: Code: moodeutl -q "update cfg_system set value='n,n' where param='first_use_help'" RE: 9.2.1 Intro pop up keeps appearing - Tim Curtis - 01-04-2025 (01-04-2025, 04:00 PM)greg_m Wrote: I had the same problem with the popup showed each time. The workaround above didn't help. I had to change it to: Right, its has to n,n I've updated that post. I'm still not able to repro "the Welcome notification keeps showing up" even after the 2 help coupons are dismissed. RE: 9.2.1 Intro pop up keeps appearing - roderickvd - 01-04-2025 If you want I can share my screen or even offer you remote access :-) I also have it. RE: 9.2.1 Intro pop up keeps appearing - Tim Curtis - 01-04-2025 Here's the commit that added the Welcome notification for release 9.1.4 https://github.com/moode-player/moode/commit/41689f9f9ab2dcae0cf1a073916292558959f76d The code that triggers the notification to be displayed is in scripts-panels.js and hasn't been touched in subsequent releases up to 9.2.1. I'm still mystified as to how the notification can show if the flags are n,n and page has been refreshed. Of course its entirely possible that there is a bug that I'm not able to see yet. RE: 9.2.1 Intro pop up keeps appearing - roderickvd - 01-04-2025 Manually setting it to "n,n" makes it disappear, but I couldn't get it to disappear using the Web UI. RE: 9.2.1 Intro pop up keeps appearing - Tim Curtis - 01-04-2025 Did you click both help coupons to dismiss them? Those actions should have updated the first_use_help var to n,n RE: 9.2.1 Intro pop up keeps appearing - roderickvd - 01-04-2025 Yes, I did and they no longer show. Only the "first welcome" dialog kept appearing. RE: 9.2.1 Intro pop up keeps appearing - Sehnsucht - 01-04-2025 Given that the UI doesn't change between upgrades maybe setting first_use_help to false there is an idea? RE: 9.2.1 Intro pop up keeps appearing - Tim Curtis - 01-04-2025 A quick test with fresh 9.2.1 and no issues. Close the Welcome notification, click the 2 help coupons (the order doesn't matter) and after a pager refresh or a restart the Welcome notification and help coupons never appear again. Maybe its some sort of Browser cache issue. RE: 9.2.1 Intro pop up keeps appearing - PJVervoorn - 01-06-2025 For me it stopped appearing after clicking on the coupon in the radio section. (On an updated 9.2.1, not a fresh install.) |