Loading
fix(menu): use text_func instead of text for dynamic pending count
The 'Sync Pending Now' menu item was showing 'function: 0x...' instead of the actual count. Changed from text= to text_func= which is the correct KOReader API for dynamic menu text. Fixes: Display issue when no pending sessions exist