PDA

View Full Version : Credits... is greyed out



Asuna Yuuki Nagato
02-17-2024, 07:06 PM
Steps to recreate:


Launch zplayer
Click anywhere
Try to select ZC->Credits...
Observe Credits... is greyed out



ZC Player, Version: 2.55
Nightly (Alpha 119/120)
Build Date: 12th February, 2024 at @ 00:02:05 EST
Built By: UNSIGNED
Tag: 2.55.0 Nightly (Alpha 119/120)

Asuna Yuuki Nagato
02-18-2024, 01:40 PM
In zc_sys.cpp we have:



static NewMenu misc_menu
{
{ "&About...", onAbout },
// TODO: re-enable, but: 1) do not use a bitmap thing that is hard to update 2) update names and 3) don't use the Z-word.
{ "&Credits...", onCredits, nullopt, true },

Asuna Yuuki Nagato
03-15-2024, 04:37 PM
Changing that line to:



{ "&Credits...", onCredits},


ungreys ZC->Credits..., but doesn't make it actually display the credits.